MCP ServerSTDIOOfficialv0.2.1

Hebline MCP Server

Route API calls intelligently across paid and free services for geocoding and translation. Developers use this to reduce costs by automatically selecting the best provider based on budget, latency, and availability.

io.github.Hebline/mcp-server

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Hebline MCP server does

How models use it and what it is built for.

Route API calls intelligently across paid and free services for geocoding and translation. Developers use this to reduce costs by automatically selecting the best provider based on budget, latency, and availability.

Connect to Hebline

Local install — runs as a subprocess.

npx @hebline.ai/mcp-server@0.2.1

Environment variables

Configuration this server reads at startup.

  • GOOGLE_MAPS_API_KEYSecret

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

  • DEEPL_API_KEYSecret

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

  • LIBRETRANSLATE_API_KEYSecret

    LibreTranslate API key (optional)

Resources

Where to find authoritative docs and source for Hebline.

Example prompts for Hebline

Paste any of these into Agent Studio after connecting Hebline.

  • Geocode this address and use the cheapest available service
  • Translate this text to French, preferring free alternatives if quality is acceptable
  • Show me which geocoding provider would handle this request most cost-effectively
  • What translation services are currently available and their pricing tiers?

Hebline MCP server — FAQ

Common questions about connecting and running Hebline.

  • What APIs does this MCP server support?

    Currently geocoding (Google Maps and Nominatim) and translation (DeepL, MyMemory, and LibreTranslate). The server automatically routes requests to paid or free alternatives based on your configuration and cost preferences.

  • Do I need API keys to use this server?

    No. Free alternatives (Nominatim for geocoding, MyMemory for translation) work without keys. Optional paid keys (GOOGLE_MAPS_API_KEY, DEEPL_API_KEY, LIBRETRANSLATE_API_KEY) unlock premium providers and higher rate limits.

  • How do I install and run this server?

    Install via `npx @hebline.ai/mcp-server@0.2.1` and configure optional API keys as environment variables. The server uses stdio transport and will automatically fall back to free services if paid keys are not set.

  • Can I control which service gets used for a request?

    The server intelligently routes based on availability and your configuration. Check the documentation or source repository for options to set routing preferences, cost thresholds, or provider priority.

  • What happens if a paid API fails or hits rate limits?

    The intelligent routing should fall back to alternative providers (free or other paid services). Verify fallback behavior and error handling in the server's documentation or test with your specific API keys and usage patterns.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 60+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground