1. Conduid
  2. Documentation
  3. io.github.WayforthOfficial/wayforth
MCP server · Documentation

io.github.WayforthOfficial/wayforth

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

Unclaimed docs
37Low

Scored 4 months ago · breakdown

About io.github.WayforthOfficial/wayforth

io.github.WayforthOfficial/wayforth is an MCP server in the Documentation category: search engine and payment rail for AI agents. 2,300+ services, semantic ranking. It has been installed 0 times through Conduid.

Install

uvx
uvx wayforth-mcp
pip
pip install wayforth-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

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.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Wayforth

PyPI smithery badge

Search engine and payment rail for AI agents.

300 verified APIs. Pay via card or crypto. One MCP install.

uvx wayforth-mcp

Wayforth Demo

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 Email 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

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.WayforthOfficial/wayforth

How do I install io.github.WayforthOfficial/wayforth?

Run uvx wayforth-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.WayforthOfficial/wayforth safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.WayforthOfficial/wayforth still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.