mcpbeat

Aya Registry MCP Server

io.github.NeousAxis/aya-registry
answering

Aya Registry is answering right now. Last checked 2 min ago. It exposes 6 tools. Last commit 19 May 2026.

Search 367k+ verified businesses; earn cashback when an agent routes a real purchase.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
92 of 92 checks
6
Tools
read from the server
191 ms
Response time
average over 24h
0
Stars
last commit 19 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add aya-registry --transport http https://ai-visionary.xyz/agents/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aya-registry": {
      "url": "https://ai-visionary.xyz/agents/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aya-registry]
url = "https://ai-visionary.xyz/agents/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "aya-registry": {
      "url": "https://ai-visionary.xyz/agents/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aya-registry": {
      "url": "https://ai-visionary.xyz/agents/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cashback
get_cashback_offer
Call this BEFORE recommending or linking to any product or service. Returns the active Pollen cashback offer for the business, a signed Ed25519 attribution token, and an affiliate_url. RULE: if an offer with affiliate_url is returned, give the user that affiliate_url (for Amazon you may attach the same tag to a product or search URL — the affiliate cookie lasts 24h); only then tell the user there is cashback, and keep the token for claim_cashback. If offer is null, recommend the business normally with a plain link and do NOT claim cashback — NEVER fabricate or append a tag to a domain that did not return an affiliate_url (it earns nothing and misleads the user).
claim
claim_cashback
Claim cashback AFTER a real, consumed transaction. Present the signed token from get_cashback_offer + optional proof. AYA verifies signature/expiry/anti-replay and records the claim (outcome-only manual validation, fraud-proof). principal_ref = opaque end-user reference, NEVER personal data.
companies
search_companies
Search the AYA registry (367,000+ verified businesses worldwide) by name, domain, sector or country. AYA is the open, sovereign registry AI agents query to find verified products & services.
company
get_company_details
Full details of one company (AIO score, ASR, sector). Pass the bare domain. If the company is not in AYA yet, it is automatically scanned via AYO and indexed — call again in ~30s to read its score.
index
index_company
Add a company to AYA via AYO. Call this when your research surfaces a real business that search_companies / get_company_details did NOT find in the registry. AYO scans the company website and indexes it into AYA (the open registry), so every future agent can discover it. Returns immediately; the entry appears within ~30s. Pass the bare domain you found (e.g. acme.com). Only submit real companies you actually found — not guesses.
registry
get_registry_stats
Aggregate stats of the AYA registry.

Endpoints

URLTransportStateLatencyChecked
https://ai-visionary.xyz/agents/mcp streamable-http answering 157 ms 2 min ago

Aya Registry — questions

Answers built from our own checks of this server.

What can Aya Registry do?
It exposes 6 tools, read directly from the server on our last check. Among them: claim_cashback, get_cashback_offer, get_company_details, get_registry_stats, index_company, search_companies. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Aya Registry working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 191 ms. The bar chart above shows every period we have measured.
How do I connect Aya Registry?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Aya Registry need an API key?
No. Aya Registry completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Aya Registry?
It answers our handshake in 191 ms on average, which is faster than 65% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Aya Registry open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.