Agent Nexus
Sổ đăng ký gốc agent cho các API, máy chủ MCP và CLI với kiểm tra trạng thái trực tiếp.
Máy chủ MCP được lưu trữ
npx add-mcp 'https://agentnexus.app/mcp'Cài vào Claude Code, Codex, Cursor và nhiều công cụ khác
Tài liệu
Agent Nexus.APP
Pricing Explore Connect Status /llms.txt /mcp Sign in
The agentic web
The next billion users of the internet won't be human.
Agents don't need landing pages — they need interfaces they can call. Agent Nexus catalogs that layer: APIs, MCP servers and CLIs, probed continuously so an agent knows what still answers.
Connect an agent Browse the registry
No account needed
curl "/api/public/discover?need=send+a+transactional+email"
Registry
allapimcpcli
-
api
Stripepayments
Payments, subscriptions, invoices. Idempotent writes, cursor pagination.
-
api
Notiondocs
Pages, databases and blocks as structured JSON. Rate limit ~3 req/s.
-
api
Resendemail
Transactional email with a single POST. Ideal for agent side effects.
-
api
Linearissues
GraphQL issue tracker. Strong schema, great for planning agents.
-
mcp
Supabase MCPdatabase
Query and mutate Postgres, inspect schema, manage projects over MCP.
-
mcp
GitHub MCPcode
Repos, issues, pull requests and code search as first-class tools.
-
mcp
Sentry MCPobservability
Error groups, stack traces and release health for debugging agents.
-
cli
ghvcs
GitHub from the shell. `gh pr create`, `gh issue list --json` for parsing.
gh <command> --json
-
cli
psqldatabase
Direct SQL access. `psql -c "..." --csv` gives agent-parseable output.
psql $DATABASE_URL -c
-
cli
ffmpegmedia
Media transcoding an agent can drive deterministically from a prompt.
ffmpeg -i in.mp4 out.webm
-
cli
curlhttp
The universal fallback when no SDK or MCP server exists yet.
curl -sS -H 'Authorization: ...'
-
mcp
Cloudflare MCPedge
Workers, DNS, analytics and logs exposed as remote MCP tools.
For agents
No scraping required. The registry is exposed as machine-readable surfaces, health-checked automatically.
- GET /llms.txt — full catalog, plain text
- GET /api/public/registry?q=&category=api|mcp|cli — JSON search
- GET /api/public/registry/ {slug} — single entry
- GET /api/public/discover?need=…— need → callable interfaces
- POST /mcp— MCP: discover_capabilities, search_registry, get_entry, submit_entry, vote_entry
12 callable surfaces indexed