Gives Claude access to 4,974+ APIs through a single search and execute interface. You describe what you need in natural language (translation, web search, image generation) and it returns ranked services with reliability scores, then executes them without you managing keys or credentials. Seventeen managed services like Groq, DeepL, Serper, and Stability AI work out of the box with credit-based billing. Also supports BYOK for any indexed API and handles payment via credits, USDC, or HTTP 402 micropayments. Useful when you want agents to call external APIs without building authentication pipelines for each one or when you need reliable routing across competing providers based on uptime signals.
Public tool metadata for what this MCP can expose to an agent.
wayforth_runThe Wayforth runtime. One call does everything: searches for the best API, picks the top-ranked service by WayforthRank v2, maps your input to the service's params, and executes it — returning the result directly. Use this instead of wayforth_search + wayforth_execute when you...5 paramsThe Wayforth runtime. One call does everything: searches for the best API, picks the top-ranked service by WayforthRank v2, maps your input to the service's params, and executes it — returning the result directly. Use this instead of wayforth_search + wayforth_execute when you...
railstringinputobjectintentstringagent_idstringcategorystringwayforth_executeExecute any API service instantly. 15 managed services run with zero API keys — Wayforth holds the credentials. The fastest way to add any API capability to your agent. Optional: include agent_id='my-agent-name' to tag this call for per-agent analytics in your dashboard at way...4 paramsExecute any API service instantly. 15 managed services run with zero API keys — Wayforth holds the credentials. The fastest way to add any API capability to your agent. Optional: include agent_id='my-agent-name' to tag this call for per-agent analytics in your dashboard at way...
paramsobjectagent_idstringkey_sourcestringservice_slugstringwayforth_searchSearch 300+ verified APIs ranked by WayforthRank — real agent payment signals, not ads. Use this when you don't know which service to execute.4 paramsSearch 300+ verified APIs ranked by WayforthRank — real agent payment signals, not ads. Use this when you don't know which service to execute.
limitintegerquerystringcategorystringtier_minintegerwayforth_listBrowse the Wayforth service catalog.3 paramsBrowse the Wayforth service catalog.
limitintegercategorystringtier_minintegerwayforth_statsGet current Wayforth catalog statistics.Get current Wayforth catalog statistics.
No parameter schema in public metadata yet.
wayforth_statusReturn API health and catalog statistics.Return API health and catalog statistics.
No parameter schema in public metadata yet.
wayforth_queryStructured service discovery using WayforthQL v2. More precise than wayforth_search — supports price caps, protocol filters, x402-only, provider filtering, and explicit sort order. Use when you need deterministic filtering rather than pure semantic ranking.11 paramsStructured service discovery using WayforthQL v2. More precise than wayforth_search — supports price caps, protocol filters, x402-only, provider filtering, and explicit sort order. Use when you need deterministic filtering rather than pure semantic ranking.
limitintegerquerystringoffsetintegersort_bystringcategorystringprotocolstringproviderstringtier_minintegerprice_maxnumberx402_onlybooleanverified_onlybooleanwayforth_compareCompare 2-5 API services side by side. Returns WRI scores, response times, costs, signal counts and a plain-English recommendation. Use this before committing to a service.2 paramsCompare 2-5 API services side by side. Returns WRI scores, response times, costs, signal counts and a plain-English recommendation. Use this before committing to a service.
querystringslugsstringwayforth_similarFind services similar to or commonly used alongside a given service. Returns co-usage patterns from real agent behavior.1 paramsFind services similar to or commonly used alongside a given service. Returns co-usage patterns from real agent behavior.
service_idstringwayforth_payPay for a service through Wayforth. Two payment tracks: track='card' (default — no crypto needed): - Deducts from your Wayforth credit balance - Stripe Treasury processes the payment to the service - Get credits at wayforth.io/dashboard → Billing → Card Track track='crypto' (n...4 paramsPay for a service through Wayforth. Two payment tracks: track='card' (default — no crypto needed): - Deducts from your Wayforth credit balance - Stripe Treasury processes the payment to the service - Get credits at wayforth.io/dashboard → Billing → Card Track track='crypto' (n...
trackstringquery_idstringamount_usdnumberservice_idstringwayforth_keysManage BYOK (Bring Your Own Key) stored service keys. Store encrypted API keys for any service and call them via wayforth_execute with key_source='byok'. Keys are encrypted at rest with AES-128 and never returned in plaintext.4 paramsManage BYOK (Bring Your Own Key) stored service keys. Store encrypted API keys for any service and call them via wayforth_execute with key_source='byok'. Keys are encrypted at rest with AES-128 and never returned in plaintext.
actionstringservice_namestringservice_slugstringapi_key_valuestringwayforth_rememberSave a service to agent memory for quick access later.4 paramsSave a service to agent memory for quick access later.
notestringagent_idstringservice_idstringservice_namestringwayforth_recallRecall services previously saved to memory.2 paramsRecall services previously saved to memory.
querystringagent_idstringwayforth_identityGet or create your agent identity on Wayforth. Returns your trust score, reputation tier, and usage history.1 paramsGet or create your agent identity on Wayforth. Returns your trust score, reputation tier, and usage history.
agent_idstringwayforth_check_agent_identityLook up an agent's identity and reputation on Wayforth. Returns tier (unknown/emerging/established/trusted/elite), trust score (0-100), call history, and cumulative spend. Agents build reputation automatically through x402 pay-per-call usage. No signup required. Tiers unlock h...1 paramsLook up an agent's identity and reputation on Wayforth. Returns tier (unknown/emerging/established/trusted/elite), trust score (0-100), call history, and cumulative spend. Agents build reputation automatically through x402 pay-per-call usage. No signup required. Tiers unlock h...
wallet_addressstringwayforth_set_wri_alertRegister a webhook to be notified when any API service crosses a WayforthRank WRI score threshold. The webhook fires once per service per 24 hours when the score crosses upward through the threshold. Payload is HMAC-SHA256 signed with X-Wayforth-Signature for verification. Use...4 paramsRegister a webhook to be notified when any API service crosses a WayforthRank WRI score threshold. The webhook fires once per service per 24 hours when the score crosses upward through the threshold. Payload is HMAC-SHA256 signed with X-Wayforth-Signature for verification. Use...
categorystringnotify_urlstringmin_signalsintegerthreshold_scorenumberwayforth_quickstartGet the Wayforth developer quickstart guide. Returns step-by-step instructions for using Wayforth in an agent.Get the Wayforth developer quickstart guide. Returns step-by-step instructions for using Wayforth in an agent.
No parameter schema in public metadata yet.
One tool call. Any API. No setup.
Wayforth is the API runtime for AI agents — a single integration that gives any agent access to ~5,000 indexed APIs, ranked by real usage signals and executable with credits or crypto. Agents search, select, and pay for API services in one call without managing keys, credentials, or billing integrations. Built for developers who want their agents to reach the full surface area of the internet without building the infrastructure themselves.
Step 1 — Install the MCP server
uvx wayforth-mcp
Add to Claude Code permanently:
claude mcp add wayforth -- uvx wayforth-mcp
Step 2 — Get an API key
Sign up at wayforth.io/signup and copy your key from the dashboard.
Step 3 — Set your key
export WAYFORTH_API_KEY=wf_live_...
Step 4 — Run your first call
# Search — natural language, no keys needed
wayforth_search("translate text to Spanish")
# → DeepL WRI: 82 Tier 2 ✓ managed
# → LibreTranslate WRI: 71 Tier 2 ✓
# Execute — managed services, zero setup
wayforth_execute("deepl", {"text": "Hello", "target_lang": "ES"})
# → {"translations": [{"text": "Hola"}]}
Python SDK:
pip install wayforth-sdk
from wayforth import WayforthClient
client = WayforthClient(api_key="wf_live_...")
results = client.search("real-time stock data")
Full API reference: gateway.wayforth.io/guide/
16 live — managed services with zero API key setup. Wayforth holds the credentials — you call the tool.
| Service | Category | Credits/call |
|---|---|---|
| Groq | LLM inference | 3 |
| Together AI | LLM inference | 4 |
| Mistral | LLM inference | 4 |
| Gemini | LLM inference | 3 |
| DeepL | Translation | 20 |
| Serper | Web search | 3 |
| Tavily | Web search | 10 |
| Brave | Web search | 6 |
| Perplexity (in queue) | Web search | 10 |
| OpenWeather | Weather data | 2 |
| NewsAPI | News search | 3 |
| Alpha Vantage | Financial data | 4 |
| Jina AI | Content extraction | 4 |
| Firecrawl | Web scraping | 6 |
| AssemblyAI | Speech-to-text | 25 |
| Stability AI | Image generation | 86 (Core) · 150 (Ultra) |
| ElevenLabs (in queue) | Text-to-speech | 200 |
| Resend | 3 |
Wayforth routes agent traffic to providers at scale.
Provider plans:
| Plan | Monthly | Annual |
|---|---|---|
| Observer | Free | Free |
| Intelligence | $99/mo | $85/mo · $1,020/yr (save $168) |
| Premium | $299/mo | $250/mo · $3,000/yr (save $588) |
Register your API: wayforth.io/providers
| Metric | Count |
|---|---|
| APIs indexed | ~5,000 |
| Tier 2 verified | 3,400+ |
| x402-native services | 277 |
| Categories | 19 |
WayforthRank scores every service 0–100 based on uptime history, probe frequency, payment conversion rate, and real agent usage patterns. Higher score = more trustworthy for agent workloads.
Coverage tiers:
Three ways to pay for API calls through Wayforth:
| Rail | Method | Settlement |
|---|---|---|
| Card | Stripe (fiat) | Buy credits, spend as API calls |
| USDC | Base blockchain | Direct crypto deposits (+5% bonus credits) |
| x402 | HTTP 402 protocol | Per-call micropayments |
x402 is the open HTTP-402 micropayment standard — agents pay per call with no subscription or balance required. Non-custodial escrow pays providers on confirmed execution.
18 tools available via the Wayforth MCP server:
| Tool | Description |
|---|---|
wayforth_search | Search ~5,000 APIs by intent — returns ranked results with WRI scores |
wayforth_query | Structured discovery with WayforthQL — filter by tier, latency, region, price, payment rail |
wayforth_run | Intent-based routing with automatic reliability failover — returns result + failover status |
wayforth_execute | Direct execution of a managed service; auto-fails over to best alternative if degraded |
wayforth_reliability | Real-time reliability check — WRI score, tier, 7d uptime, last probe, failover candidate |
wayforth_pay | Pay for a service call via card credits or USDC on Base |
wayforth_list | List available services with category and tier filters |
wayforth_status | Live API health check and real-time service counts |
wayforth_stats | Catalog statistics — total services, tier breakdown |
wayforth_keys | Store your own API keys encrypted at rest (BYOK) |
wayforth_remember | Store a persistent memory entry for agent context |
wayforth_recall | Retrieve stored memories by query |
wayforth_compare | Side-by-side comparison of two services by slug |
wayforth_similar | Find services co-used alongside a given service |
wayforth_identity | Get or create your agent identity — trust score, reputation tier, usage history |
wayforth_check_agent_identity | Look up another agent's identity by wallet address |
wayforth_set_wri_alert | Set a webhook to fire when a service crosses a WRI score threshold |
wayforth_quickstart | Get started guide — returned as a formatted string |
Structured query language for precise API discovery. Filter by tier, latency, region, price, and payment rail.
POST https://gateway.wayforth.io/query
{
"query": "fast inference for coding agents",
"tier_min": 2,
"sort_by": "wri",
"latency_max": 500,
"region": "us",
"protocol": "x402",
"price_max": 0.001,
"limit": 5
}
Response fields:
| Field | Type | Description |
|---|---|---|
wayforth_id | string | Unique service ID: wayforth://<slug> |
name | string | Service name |
wri | float | WayforthRank score, 0–100 |
coverage_tier | int | Verification tier (0–3) |
pricing_usdc | float | Price per request in USD |
payment_protocol | string | One of: wayforth | x402 | any |
protocol filter accepts: wayforth | x402 | any
x402 is the open HTTP-402 payment standard for per-call micropayments.
Full spec: gateway.wayforth.io/wayforthql-spec
v0.8.13 — current release
/system/health auth-gated — unauthenticated callers receive {status, version} only/system/status degraded aggregatepioneer_routing, pioneer_routed_to_boosted, and signal_weight fields for opted-in developersPOST /v1/chat/completions OpenAI-compatible endpoint with Groq → Together AI → Mistral failover and streamingPlan quotas (credits/month):
| Plan | Credits/month | Price |
|---|---|---|
| Free | 100 | Free |
| Starter | 6,000 | $12/mo |
| Builder | 21,000 | $29/mo |
| Pro | 72,000 | $99/mo |
| Growth | 240,000 | $299/mo |
| Enterprise | 1,000,000 | Custom |
Pioneer Program:
Opt in at POST /account/pioneer/join. Enrolled developers receive daily bonus credits (Growth: 1,200 cr/day) when they route searches through verified boosted services. Enrollment is indefinite — no 30-day cap. Opting out sets a 7-day rejoin cooldown. Field cooldown_days_remaining in the status response shows days remaining on the cooldown (null when enrolled).
Balance API response:
{
"plan": "growth",
"credits_remaining": 189375,
"credits_included": 240000,
"calls_remaining": 189375,
"forecast": {
"daily_avg_credits": 1919.44,
"days_remaining_at_current_rate": 98
}
}
calls_remaining is kept as a backward-compatible alias for credits_remaining.
Pricing: wayforth.io/pricing
Business Source License 1.1 (BSL 1.1) — converts to Apache 2.0 on April 25, 2030.
© 2026 Wayforth Technologies Inc.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp