← Index

io.github.Hebline/mcp-server

io.github.Hebline/mcp-server·v0.2.1·Other
Quality Score
80
/100

Intelligent API routing for AI agents. Best service, best price, free alternatives.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hebline.ai/mcp-server"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>",
        "DEEPL_API_KEY": "<your-deepl_api_key>",
        "LIBRETRANSLATE_API_KEY": "<your-libretranslate_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hebline.ai/mcp-server"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<your-google_maps_api_key>",
        "DEEPL_API_KEY": "<your-deepl_api_key>",
        "LIBRETRANSLATE_API_KEY": "<your-libretranslate_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hebline.ai/mcp-server
§02  Environment variables
GOOGLE_MAPS_API_KEY
secret

Google Maps API key for paid geocoding (optional — free Nominatim works without)

DEEPL_API_KEY
secret

DeepL API key for paid translation (optional — free MyMemory works without)

LIBRETRANSLATE_API_KEY
secret

LibreTranslate API key (optional)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other