Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Search engine and payment rail for AI agents. 2,300+ services, semantic ranking.

README.md

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).

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 ``python pip install wayforth-sdk ` `python from wayforth import Wayforth client = Wayforth(api_key="wf_live_...") results = client.search("real-time stock data") ``

TypeScript ``ts 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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.