🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

wayforth-mcp

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wayforth-mcp

MCP server for Wayforth — The API Runtime for AI Agents.

pipPyPI
Version
0.9.1
Weekly downloads
168
Maintainers
1

wayforth-mcp

PyPI

MCP server for Wayforth — one tool call to search, execute, and pay for any of ~5,000 indexed APIs.

mcp-name: io.github.WayforthOfficial/wayforth

Install

uvx wayforth-mcp

Add to Claude Code permanently:

claude mcp add wayforth -- uvx wayforth-mcp

Setup

Get an API key at wayforth.io/signup, then set it in your environment:

export WAYFORTH_API_KEY=wf_live_...

Tools

ToolDescription
wayforth_searchSearch ~5,000 APIs by natural language — returns reliability scores, tier, price/req
wayforth_queryStructured discovery — filter by tier, latency, region, price, payment rail
wayforth_runIntent-based routing with automatic reliability failover — returns result + failover status
wayforth_executeDirect execution of a managed service; auto-fails over to best alternative if degraded — returns result + failover status
wayforth_reliabilityReal-time reliability check — reliability score, tier, 7d uptime, last probe, failover candidate
wayforth_payPay for a service via card credits or USDC on Base
wayforth_listBrowse catalog with category, tier, and limit filters
wayforth_statusLive API health, reliability scores, tier levels, last probe result, and failover history
wayforth_statsCatalog statistics — total services, tier breakdown
wayforth_keysStore your own API keys encrypted at rest (BYOK)
wayforth_rememberSave a service to persistent agent memory
wayforth_recallRetrieve services previously saved to memory
wayforth_compareSide-by-side comparison of two services by slug
wayforth_similarFind services co-used alongside a given service
wayforth_identityGet or create your agent identity — returns trust score, reputation tier, usage history
wayforth_check_agent_identityLook up another agent's identity by wallet address
wayforth_set_wri_alertSet a webhook to fire when a service crosses a reliability score threshold
wayforth_quickstartGet started guide — returned as a formatted string

Development

cd packages/mcp-server
uv sync
uv run python server.py

Keywords

agents

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts