Discovery API

> EntRoute

AI agents discover and call paid APIs automatically. No API keys. No subscriptions. Just ask.

$ claude mcp add entroute -- npx @entroute/mcp-server

Or read the documentation

// MARKETPLACE

The capabilities browser shows all available APIs. Explore verified endpoints that extend what AI agents can do—from DeFi token prices to web search to prediction markets.

37 capabilities across 13 categories. Endpoints are probed every 10 minutes and ranked by reliability, with top endpoints verified via real paid requests.

// ABOUT.md

## Why EntRoute?

Finding the right API among thousands of options can be overwhelming. EntRoute serves as a curated registry with semantic search, category filtering, and quality indicators to help you quickly find exactly what you need.

Whether you're a developer automating workflows or an AI agent discovering services at runtime, EntRoute helps you find the best API for your use case—ranked by reliability, speed, and price.

EntRoute indexes and verifies x402 APIs so agents can discover reliable endpoints without trial and error.

Demo | npm
example.ts ✓ verified
export const easyInstallation = 2 // ez

// Use in CLI/Node/MCP/Agents
// Zero to /discover/endpoint in ~10 seconds(tm)

$ npm i @entroute/sdk-agent-ts
// or
$ npx @entroute/mcp-server
// FAQ.md | 5 questions

# Frequently Asked Questions

> 1. What is EntRoute? +
// EntRoute is a machine-first Discovery API that returns ranked, verified pay-per-request endpoints for requested capabilities.
> 2. How does payment work? +
// Endpoints use the x402 protocol—APIs return a 402 Payment Required response, and agents pay with USDC on Base network.
> 3. How are endpoints verified? +
// Every endpoint is probed every 10 minutes to verify it returns a proper 402 payment challenge. Top endpoints are further tested with real paid requests to confirm they return useful data after payment.
> 4. Can I list my own API? +
// Yes! Submit your endpoint URL, verify domain ownership via DNS, and pass our 402 verification probes.
> 5. Is there a free tier? +
// The discovery API is free to query. You only pay when calling provider endpoints, and rates are set by providers.

// Still have questions about EntRoute?