Skip to main content
Glama

ToolHail

The discovery-and-payment layer for AI agents. ToolHail lets an AI agent find the right MCP (Model Context Protocol) server for any task and call it โ€” paying per use โ€” without installing anything.

There are 10,000+ MCP servers an agent could use, and no good way to discover and use one mid-task. ToolHail closes that gap with two tools:

  • ๐Ÿ”Ž find_mcp_server (free) โ€” describe a capability in plain language ("query a Postgres database", "send a Slack message", "scrape a web page") and get ranked, deduplicated MCP servers from every major registry (mcp.so, PulseMCP, Smithery, Glama) with ready-to-paste setup.

  • โšก call_tool (paid) โ€” invoke a discovered remote MCP server through ToolHail's SSRF-guarded proxy. No install, one hop; each successful call is metered and billed through Stripe.

Use it

Hosted MCP endpoint (Streamable HTTP):

https://mcp.toolhail.com/mcp

Add it to Claude Code (or any MCP client):

claude mcp add --transport http toolhail https://mcp.toolhail.com/mcp

MCP Scout on the Apify Store โ€” the discovery engine as a standalone, pay-per-search actor: https://apify.com/01010101/mcp-scout

Site: https://toolhail.com ยท Guide: https://toolhail.com/guide

Related MCP server: Agent Bazaar

How it works

  1. Discover โ€” the agent hits a capability gap and asks find_mcp_server, which searches the registries and returns the best-fit servers, ranked for usability.

  2. Execute โ€” instead of installing, the agent calls the chosen tool via call_tool; ToolHail proxies it in one hop, nothing to configure.

  3. Settle โ€” each successful call is metered and billed through Stripe. The agent pays for exactly what it used.

Why it exists

An agent's toolset is fixed at configuration time, but real tasks need capabilities the agent doesn't have. Today the options are "hard-code every server you might ever need" or "give up." ToolHail makes tools a runtime resource: discovered on demand, called through one endpoint, paid per use. It is discovery and payment infrastructure for the agentic web โ€” built entirely on the open Model Context Protocol.

Repo layout

Path

What

apify-mcp-scout/

MCP Scout โ€” the discovery engine, published on the Apify Store (live)

gateway-worker/

Hosted MCP gateway on Cloudflare Workers โ€” find_mcp_server + call_tool (live at mcp.toolhail.com)

gateway/

Reference gateway + Stripe metering + tests

landing/

toolhail.com site (landing + guide + llms.txt)

registry/

MCP registry listing metadata (server.json) + submission playbook

dashboard/

Private revenue/usage dashboard

brand/

Brand assets

Built on

Model Context Protocol ยท Cloudflare Workers ยท Stripe ยท Apify

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    MCP server for AgentPay โ€” the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.
    Last updated
    112
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Per-call billing and metering proxy for MCP tool servers. Providers set pricing via the open MCP Billing Spec (MIT), consumers pay through Stripe Connect with signed receipts and SLA monitoring.
    Last updated
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for AgentPay โ€” the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.
    Last updated
    112
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

  • A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage

  • Stripe-native marketplace where AI agents discover and pay per call for API services.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/toolhail/toolbroker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server