Mapleflow

by kalven22

256 downloads
Not rated
GitHub

About

Unified AI API — 30+ models from OpenAI, Anthropic, Google, Groq, and xAI through one API key. Plus translation, weather, and utility endpoints. Pay per token, unused credits auto-refunded.

Details

Author
kalven22
Downloads
256
Categories
Other, AI

- Unified API for 30+ models from major providers
- Translation, weather, and utility endpoints
- Pay-per-token pricing with auto-refunded unused credits
- Single API key for all integrations

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mapleflow
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

ai_chat

Chat completion — Generate chat completions with 30+ models from 6 providers. Credits are dynamic based on token usage (as low as 0.01 per call). Unused credits are automatically refunded. Available models: llama-3.2-1b, llama-3.2-3b, llama-3.1-8b, gemini-2.5-flash-lite, gemini-2.0-flash, gpt-oss-20b, phi-2, mistral-7b, claude-3-haiku, gpt-4.1-nano, gpt-4.1-mini, gpt-4o-mini, gemini-2.5-flash, llama-3.3-70b, deepseek-r1-32b, claude-haiku-4.5, gpt-oss-120b, grok-4.1-fast, grok-3-mini, gpt-4.1, g

ai_images

Image generation — Generate images from text prompts. | Model | Credits | |---|---| | `flux-schnell` | 5 | | `flux-dev` | 5 |

ai_speech

Text-to-speech — Convert text to speech audio. | Model | Credits | |---|---| | `melotts` | 2 |

ai_transcribe

Speech-to-text — Transcribe audio to text. | Model | Credits | |---|---| | `whisper` | 2 |

ai_embeddings

Text embeddings — Generate vector embeddings from text. | Model | Credits | |---|---| | `bge-base-en` | 1 |

translate

Translate text — Translate text between languages. Pricing: 1 credit per 300 characters (rounded up, minimum 1 credit). Supports 75+ languages with auto-detection.

get_weather

Get current weather — Get current weather for a location. Provide a city name or lat/lon coordinates. Costs 1 credit per request.

get_currency

Convert currency — Convert between currencies using live exchange rates. 1 credit per request. 160+ currencies supported.

verify_face

Face verification — Compare a selfie against a reference photo to verify identity. Provide HTTPS URLs for both images. Returns match result with similarity score. 2 credits per call.

images_bg_remove

Remove image background — Remove background from an image. Accepts file upload, base64, or URL. 5 credits per call. Currently disabled.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mapleflow": {
            "mapleflow": {
                "command": "npx",
                "args": [
                    "-y",
                    "@mapleflow/mcp-server"
                ],
                "env": {
                    "MAPLEFLOW_API_KEY": "<YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "mapleflow": {
        "command": "npx",
        "args": [
            "-y",
            "@mapleflow/mcp-server"
        ],
        "env": {
            "MAPLEFLOW_API_KEY": "<YOUR_API_KEY>"
        }
    }
}

Unified AI API — 30+ models from OpenAI, Anthropic, Google, Groq, and xAI through one API key. Plus translation, weather, and utility endpoints. Pay per token, unused credits auto-refunded.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.