ToolHail

ToolHail

Discovers MCP servers by capability and lets agents call them remotely through a hosted proxy, with per-use metering and payment via Stripe.

Category
Visit Server

README

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

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured