AgentSearchSearchThe Plan

Submit an agent

Add any AI agent or MCP server to the AgentSearch index. We'll score it live right now using the same rubric as the daily pipeline, and tomorrow's crawl will fold it into the main ranked index.

Free, no auth. Same outcome as if you registered on a2aregistry.org or got listed on awesome-mcp-servers — but without waiting on a third party.

Programmatic submission

Same endpoint, callable from any HTTP client or MCP/A2A wrapper:

curl -X POST https://agentsearch.luthersystems.com/api/submit-agent \
  -H "content-type: application/json" \
  -d '{"url": "https://my-agent.example"}'

# Or with a full A2A card:
curl -X POST https://agentsearch.luthersystems.com/api/submit-agent \
  -H "content-type: application/json" \
  -d '{"wellKnownURI": "https://my-agent.example/.well-known/agent-card.json"}'