📦
io.github.WayforthOfficial/wayforth
Search engine and payment rail for AI agents. 2,300+ services, semantic ranking.
0 installs
Trust: 37 — Low
Docs
Ask AI about io.github.WayforthOfficial/wayforth
Powered by Claude · Grounded in docs
I know everything about io.github.WayforthOfficial/wayforth. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Wayforth
Search engine and payment rail for AI agents.
300 verified APIs. Pay via card or crypto. One MCP install.
uvx wayforth-mcp

What It Does
# Discover
wayforth_search("translate text to Spanish")
→ DeepL WRI:82 Tier 2 ✓ $0.00003/call [card|crypto]
# Structured discovery (WayforthQL v1)
POST /query {"query": "translate text", "tier_min": 2, "sort_by": "wri"}
→ protocol: WayforthQL/1.0
# Pay — card or crypto
wayforth_pay("deepl", 0.001) # card default
wayforth_pay("deepl", 0.001, track="crypto") # non-custodial Base
# Execute — managed services, no API keys needed
POST /execute {"service_slug": "groq", "params": {...}, "key_source": "managed"}
→ {content: "...", credits_deducted: 3, credits_remaining: 997}
Live Now
- 300 APIs indexed across 18 categories
- 256 Tier 2 verified — probed every 6h, auto-demoted after failures
- 42 x402 native services — sourced from x402.org/ecosystem
- 12 managed services — Groq, DeepL, OpenWeather, NewsAPI, Serper, Resend, AssemblyAI, Stability AI, Tavily, Jina AI, Alpha Vantage, ElevenLabs
- WayforthRank v2 — payment-signal weighted scoring (payment rate × 35%, base WRI × 40%, volume × 15%, recency × 10%)
- WayforthQL v1 — structured discovery with tier/price/protocol filters
- Dual-track payments — Stripe Treasury (card) + Base blockchain (non-custodial)
- BYOK — bring your own key for any of 300 services, encrypted at rest (Fernet AES-128)
- 3 provisional patents filed (WF-2026-001, WF-2026-002, WF-2026-003)
Install
# Run directly
uvx wayforth-mcp
# Add to Claude Code
claude mcp add wayforth -- uvx wayforth-mcp
# Set API key
export WAYFORTH_API_KEY=wf_live_...
Get your API key: wayforth.io/signup
Credit Packages
| Plan | Price | Credits |
|---|---|---|
| Free | $0/mo | 100/month |
| Starter | $19 | 50,000 |
| Pro | $99 | 300,000 |
| Growth | $299 | 1,000,000 |
1 credit = $0.001. Credits never expire.
Payment Tracks
| Track | Method | How |
|---|---|---|
| A — Card | Stripe Treasury (fiat) | Buy credits, no crypto |
| B — Crypto | Base blockchain (USDC) | Non-custodial calldata |
| C — x402 | Native HTTP 402 | Auto-detected, Coinbase CDP |
All tracks earn Wayforth the same 1.5% routing fee.
Execution — 12 Managed Services
| Service | Category | Credits/Call |
|---|---|---|
| Groq | LLM inference | 3 |
| DeepL | Translation | 1 |
| OpenWeatherMap | Weather data | 1 |
| NewsAPI | News search | 1 |
| Serper | Google search | 1 |
| Resend | 2 | |
| AssemblyAI | Speech-to-text | 5 |
| Stability AI | Image generation | 10 |
| Tavily | AI web search | 3 |
| Jina AI | URL to markdown | 2 |
| Alpha Vantage | Stock data | 2 |
| ElevenLabs | Text-to-speech | 5 |
Architecture
wayforth_search() / POST /query (WayforthQL v1)
↓
WayforthRank v2 (payment-signal weighted scoring, patent pending)
base_wri×0.40 + payment_rate×0.35 + volume×0.15 + recency×0.10
↓
wayforth_pay() — Track A (card) | Track B (crypto) | Track C (x402)
↓
POST /execute — managed keys | BYOK (encrypted)
↓
Real API result + WayforthRank signal update
Links
- Dashboard: wayforth.io/dashboard
- Docs: wayforth.io/docs
- Whitepaper: wayforth.io/wayforth-whitepaper-v5.pdf
- PyPI: pypi.org/project/wayforth-mcp
- Contact: dor@wayforth.io
License
Business Source License 1.1 (BSL 1.1) Converts to Apache 2.0 on April 25, 2030 Licensor: Wayforth LTD
Smart contracts: WayforthEscrow on Base Sepolia
