wayforth-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wayforth-mcpsearch for AI news with failover"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wayforth
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.
Why Wayforth
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.
It reroutes itself — when a service fails mid-run, Wayforth fails over to an interchangeable provider. Live today for search and model inference, expanding as coverage grows.
It stays on budget — give any run a hard credit ceiling; the call that would exceed it is refused before it spends. No runaway loops.
One install, every service — MCP-native, managed credentials, one balance. No per-service signups.
Speaks the standards — MCP-native, and live A2A interop (signed agent card + JWKS + streaming).
Related MCP server: AgentPay MCP Server
Quick start
# 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-sdkfrom 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/
What's live
Self-heal reliability — automatic failover across interchangeable providers (search + model inference today).
Loop budgets — per-run credit ceilings, enforced before spend, ledger-derived.
Hosted runtime — deploy and run agents in isolated environments.
A2A interop — the gateway serves a signed agent card and JWKS and supports streaming, verified against
a2a-sdk==0.3.26.Managed access — a catalog of thousands of services across 19 categories, reachable through one install, with managed keys for a set of live managed services.
Multi-rail payments (built, in sandbox) — designed to pay across card, USDC, and x402 under one balance. Live settlement is gated on incorporation.
Pricing
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
On the roadmap
AP2 (verified payment authorization), live payment settlement across all rails, and expanding self-heal to more service categories.
Links
Quickstart — wayforth.io/quickstart
API reference — gateway.wayforth.io/guide/
For providers — wayforth.io/providers
PyPI (MCP) — pypi.org/project/wayforth-mcp
PyPI (SDK) — pypi.org/project/wayforth-sdk
Contact — wayforth.io/contact
License
Business Source License 1.1 — converts to Apache 2.0 on 2030-04-25.
© 2026 Wayforth Technologies Inc.
This server cannot be installed
Maintenance
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
- AlicenseAqualityAmaintenanceAgent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. 72+ services, free tools, x402 micropayments.Last updated2026MIT
- Flicense-qualityAmaintenanceProvides a trust and governance layer for AI agents, enabling secure API access, credential vaulting, paid execution with human approval, and automatic call resume.Last updated171
- Alicense-qualityDmaintenanceProvides AI agents access to over 200 AI models and 10 service categories via a unified, metered API with transparent per-call pricing.Last updated1MIT
- AlicenseAqualityCmaintenanceLets AI agents discover, pay for, and call any HTTP API per request using USDC, with gasless nanopayments and no API keys or accounts needed.Last updated5303MIT
Related MCP Connectors
Stripe-native marketplace where AI agents discover and pay per call for API services.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
400+ pay-per-call tools + 100 skill packs. USDC + USDG on 10 chains, or free via PoW.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/WayforthOfficial/wayforth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server