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.
The runtime that keeps AI agents running in production.
v0.9.2
One install gives an agent a single place to discover, use, and pay for thousands of services — and when one fails mid-run, Wayforth reroutes so the agent keeps going. Agents break in production. Yours won't.
Agents demo well and fail in production. Real APIs rate-limit, expire keys, return garbage, and go down mid-task — and a long-running agent falls over the first time a dependency hiccups. Wayforth is the operational layer between your agent and that mess.
# 1. Install the MCP server
uvx wayforth-mcp
# Add to Claude Code permanently
claude mcp add wayforth -- uvx wayforth-mcp
# 2. Get a key at wayforth.io/signup, then:
export WAYFORTH_API_KEY=wf_live_...
Python
pip install wayforth-sdk
from wayforth import Wayforth
client = Wayforth(api_key="wf_live_...")
results = client.search("real-time stock data")
TypeScript
import { WayforthClient } from "wayforth-sdk";
const wf = new WayforthClient("wf_live_...");
Full reference: gateway.wayforth.io/guide/
a2a-sdk==0.3.26.| 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 |
Details: wayforth.io/pricing
AP2 (verified payment authorization), live payment settlement across all rails, and expanding self-heal to more service categories.
Business Source License 1.1 — converts to Apache 2.0 on 2030-04-25.
© 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