CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Wayforth

wayforthofficial/wayforth
117 toolsSTDIOregistry active
Summary

Gives Claude access to 4,974+ APIs through a single search and execute interface. You describe what you need in natural language (translation, web search, image generation) and it returns ranked services with reliability scores, then executes them without you managing keys or credentials. Seventeen managed services like Groq, DeepL, Serper, and Stability AI work out of the box with credit-based billing. Also supports BYOK for any indexed API and handles payment via credits, USDC, or HTTP 402 micropayments. Useful when you want agents to call external APIs without building authentication pipelines for each one or when you need reliable routing across competing providers based on uptime signals.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

Tools

Public tool metadata for what this MCP can expose to an agent.

17 tools
wayforth_runThe Wayforth runtime. One call does everything: searches for the best API, picks the top-ranked service by WayforthRank v2, maps your input to the service's params, and executes it — returning the result directly. Use this instead of wayforth_search + wayforth_execute when you...5 params

The Wayforth runtime. One call does everything: searches for the best API, picks the top-ranked service by WayforthRank v2, maps your input to the service's params, and executes it — returning the result directly. Use this instead of wayforth_search + wayforth_execute when you...

Parameters* required
railstring
Payment rail. 'managed' uses Wayforth's keys (recommended, zero setup). 'byok' uses your stored key.default: managed
inputobject
The actual content to process. Example: {'text': 'Hello world'} for translation, {'city': 'Tokyo'} for weather, {'query': 'AI news'} for search, {'symbol': 'AAPL'} for stocks
intentstring
Natural language description of what you need. Example: 'translate this text to Spanish', 'get weather in Tokyo', 'search the web for AI news', 'get stock price for AAPL'
agent_idstring
Optional: tag this call with your agent's name for per-agent analytics in your dashboard. Example: 'translation-agent', 'my-chatbot'. Max 64 chars, alphanumeric/hyphens/underscores.default:
categorystring
Optional: filter by service category. Options: translation, inference, data, image, audio, communication
wayforth_executeExecute any API service instantly. 15 managed services run with zero API keys — Wayforth holds the credentials. The fastest way to add any API capability to your agent. Optional: include agent_id='my-agent-name' to tag this call for per-agent analytics in your dashboard at way...4 params

Execute any API service instantly. 15 managed services run with zero API keys — Wayforth holds the credentials. The fastest way to add any API capability to your agent. Optional: include agent_id='my-agent-name' to tag this call for per-agent analytics in your dashboard at way...

Parameters* required
paramsobject
Service-specific parameters as a JSON object (e.g. {'text': 'Hello', 'target_lang': 'ES'} for DeepL)
agent_idstring
Optional: tag this call with your agent's name for per-agent analytics. Example: 'translation-agent'. Max 64 chars, alphanumeric/hyphens/underscores.default:
key_sourcestring
Key source: 'managed' (use Wayforth's key, default) or 'byok' (use your stored key)default: managed
service_slugstring
Service to call: groq, deepl, openweather, newsapi, serper, resend, assemblyai, stability, tavily, jina, alphavantage, elevenlabs — or any custom slug for BYOK
wayforth_searchSearch 300+ verified APIs ranked by WayforthRank — real agent payment signals, not ads. Use this when you don't know which service to execute.4 params

Search 300+ verified APIs ranked by WayforthRank — real agent payment signals, not ads. Use this when you don't know which service to execute.

Parameters* required
limitinteger
Number of results to return (1–20)default: 5
querystring
Natural language description of the API service you need (e.g. 'translate text to Spanish', 'generate images')
categorystring
Optional category filter: inference, data, translation, image, code, audio, embeddings
tier_mininteger
Minimum coverage tier: 0=all, 1=tested, 2=verified (default), 3=premiumdefault: 2
wayforth_listBrowse the Wayforth service catalog.3 params

Browse the Wayforth service catalog.

Parameters* required
limitinteger
Number of services to return (1–100)default: 10
categorystring
Filter by category: inference, data, translation, image, code, audio, embeddings
tier_mininteger
Minimum coverage tier: 0=all, 1=tested, 2=verified (default), 3=premiumdefault: 2
wayforth_statsGet current Wayforth catalog statistics.

Get current Wayforth catalog statistics.

No parameter schema in public metadata yet.

wayforth_statusReturn API health and catalog statistics.

Return API health and catalog statistics.

No parameter schema in public metadata yet.

wayforth_queryStructured service discovery using WayforthQL v2. More precise than wayforth_search — supports price caps, protocol filters, x402-only, provider filtering, and explicit sort order. Use when you need deterministic filtering rather than pure semantic ranking.11 params

Structured service discovery using WayforthQL v2. More precise than wayforth_search — supports price caps, protocol filters, x402-only, provider filtering, and explicit sort order. Use when you need deterministic filtering rather than pure semantic ranking.

Parameters* required
limitinteger
Number of results to return (1–50)default: 5
querystring
Natural language query describing the API you need (e.g. 'fast cheap translation', 'image generation under $0.01')
offsetinteger
Pagination offset — skip this many resultsdefault: 0
sort_bystring
Sort order: 'wri' (WayforthRank score, default), 'price' (cheapest first), 'tier' (highest tier first)default: wri
categorystring
Filter by category: inference, translation, data, search, audio, image, etc.
protocolstring
Payment protocol filter (e.g. 'x402' for HTTP 402 native services)
providerstring
Filter by provider name substring (e.g. 'openai', 'google')
tier_mininteger
Minimum coverage tier: 0=all, 1=tested, 2=verified (default), 3=premiumdefault: 2
price_maxnumber
Maximum price per API call in USD (e.g. 0.001 for $0.001/call)
x402_onlyboolean
When true, return only x402-native servicesdefault: false
verified_onlyboolean
When true, return only tier-2+ verified servicesdefault: false
wayforth_compareCompare 2-5 API services side by side. Returns WRI scores, response times, costs, signal counts and a plain-English recommendation. Use this before committing to a service.2 params

Compare 2-5 API services side by side. Returns WRI scores, response times, costs, signal counts and a plain-English recommendation. Use this before committing to a service.

Parameters* required
querystring
Optional: describe your use case to get a relevance score per service. Example: 'fast inference for my chatbot'default:
slugsstring
Comma-separated service slugs to compare. Example: 'groq,together,perplexity'. Compare 2-5 services at a time.
wayforth_similarFind services similar to or commonly used alongside a given service. Returns co-usage patterns from real agent behavior.1 params

Find services similar to or commonly used alongside a given service. Returns co-usage patterns from real agent behavior.

Parameters* required
service_idstring
Service ID or wayforth:// identifier to find co-used services for
wayforth_payPay for a service through Wayforth. Two payment tracks: track='card' (default — no crypto needed): - Deducts from your Wayforth credit balance - Stripe Treasury processes the payment to the service - Get credits at wayforth.io/dashboard → Billing → Card Track track='crypto' (n...4 params

Pay for a service through Wayforth. Two payment tracks: track='card' (default — no crypto needed): - Deducts from your Wayforth credit balance - Stripe Treasury processes the payment to the service - Get credits at wayforth.io/dashboard → Billing → Card Track track='crypto' (n...

Parameters* required
trackstring
Payment track: 'card' (Stripe Treasury credits) or 'crypto' (Base USDC, non-custodial)default: card
query_idstring
Optional query ID from wayforth_search for conversion tracking
amount_usdnumber
Amount to pay in USD (e.g. 0.001)
service_idstring
Service ID from wayforth_search results (e.g. 'wayforth://deepl/...')
wayforth_keysManage BYOK (Bring Your Own Key) stored service keys. Store encrypted API keys for any service and call them via wayforth_execute with key_source='byok'. Keys are encrypted at rest with AES-128 and never returned in plaintext.4 params

Manage BYOK (Bring Your Own Key) stored service keys. Store encrypted API keys for any service and call them via wayforth_execute with key_source='byok'. Keys are encrypted at rest with AES-128 and never returned in plaintext.

Parameters* required
actionstring
Action to perform: 'list' (show stored keys), 'add' (store a new key), or 'delete' (remove a key)
service_namestring
Human-readable label for the service (optional for 'add', defaults to service_slug)
service_slugstring
Service identifier slug (required for 'add'/'delete'), e.g. 'openai', 'anthropic', 'stripe'
api_key_valuestring
The API key to encrypt and store (required for action='add')
wayforth_rememberSave a service to agent memory for quick access later.4 params

Save a service to agent memory for quick access later.

Parameters* required
notestring
Optional note about why you saved this servicedefault:
agent_idstring
Agent identifier (wallet address or session ID) for cross-session persistencedefault:
service_idstring
Service ID or wayforth:// identifier from search results
service_namestring
Human-readable name of the service to save
wayforth_recallRecall services previously saved to memory.2 params

Recall services previously saved to memory.

Parameters* required
querystring
Optional filter to search saved services by name or notedefault:
agent_idstring
Agent identifier used when saving — required for cross-session memory retrievaldefault:
wayforth_identityGet or create your agent identity on Wayforth. Returns your trust score, reputation tier, and usage history.1 params

Get or create your agent identity on Wayforth. Returns your trust score, reputation tier, and usage history.

Parameters* required
agent_idstring
Your unique agent identifier — wallet address or any stable session ID
wayforth_check_agent_identityLook up an agent's identity and reputation on Wayforth. Returns tier (unknown/emerging/established/trusted/elite), trust score (0-100), call history, and cumulative spend. Agents build reputation automatically through x402 pay-per-call usage. No signup required. Tiers unlock h...1 params

Look up an agent's identity and reputation on Wayforth. Returns tier (unknown/emerging/established/trusted/elite), trust score (0-100), call history, and cumulative spend. Agents build reputation automatically through x402 pay-per-call usage. No signup required. Tiers unlock h...

Parameters* required
wallet_addressstring
Base wallet address to look up (0x...). Returns tier, trust score, and activity history.
wayforth_set_wri_alertRegister a webhook to be notified when any API service crosses a WayforthRank WRI score threshold. The webhook fires once per service per 24 hours when the score crosses upward through the threshold. Payload is HMAC-SHA256 signed with X-Wayforth-Signature for verification. Use...4 params

Register a webhook to be notified when any API service crosses a WayforthRank WRI score threshold. The webhook fires once per service per 24 hours when the score crosses upward through the threshold. Payload is HMAC-SHA256 signed with X-Wayforth-Signature for verification. Use...

Parameters* required
categorystring
Optional: only alert for services in this category. Options: translation, inference, search, image, audio, finance, weather, email, data. Leave unset to watch all categories.
notify_urlstring
HTTPS webhook URL to POST to when a service crosses the WRI threshold.
min_signalsinteger
Minimum signal count before alerting. Prevents noise from newly-added services with very few data points. Default: 5.default: 5
threshold_scorenumber
WRI score threshold (50.0 – 99.9). Alert fires when any matching service crosses this score upward.
wayforth_quickstartGet the Wayforth developer quickstart guide. Returns step-by-step instructions for using Wayforth in an agent.

Get the Wayforth developer quickstart guide. Returns step-by-step instructions for using Wayforth in an agent.

No parameter schema in public metadata yet.

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

pip install wayforth-sdk
from 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

PlanCredits/monthPrice
Free100Free
Starter6,000$12/mo
Builder21,000$29/mo
Pro72,000$99/mo
Growth240,000$299/mo
Enterprise1,000,000Custom

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Search & Web CrawlingFinance & Commerce
Registryactive
Packagewayforth-mcp
TransportSTDIO
UpdatedApr 24, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3