Developer Tools
agentage.io
Search and retrieve records from a public catalog of MCP servers.
ENDPOINT 1
https://catalog.agentage.io/mcp
MCP server metadata
- Name
- find-mcp
- Version
- 0.1.0
A public directory of Model Context Protocol (MCP) servers, crawled from the official registry. Use it to discover, compare, and look up MCP servers on request ("is there an MCP for X", "which MCP server does Y"). mcp_search finds servers by keyword and filters; mcp_get returns one server's full packages, tools, and install command by slug; mcp_categories lists the category/language/license values you can filter on. Read-only - it never installs or runs anything.
Known tools 3
mcp_searchSearch the agentage MCP directory - a public catalog of Model Context Protocol servers crawled from the official registry - for servers matching a keyword, optionally narrowed by type, category, language, or license.
Inferred read-onlymcp_getFetch the complete record for ONE MCP server in the agentage directory by its canonical slug: full description, categories, the packages and remote endpoints it ships, the tools it exposes, a ready-to-run install command, and a README excerpt.
Potential side effectsmcp_categoriesList the directory's available filter values - every category, language, and license, each with how many servers carry it.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.find-mcp]
url = "https://catalog.agentage.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"find-mcp": {
"type": "http",
"url": "https://catalog.agentage.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: find-mcp
Remote MCP URL: https://catalog.agentage.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"find-mcp": {
"url": "https://catalog.agentage.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"find-mcp": {
"type": "http",
"url": "https://catalog.agentage.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "find-mcp",
"transport": "streamable-http",
"url": "https://catalog.agentage.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://memory.agentage.io/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentage-io]
url = "https://memory.agentage.io/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"agentage-io": {
"type": "http",
"url": "https://memory.agentage.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentage-io
Remote MCP URL: https://memory.agentage.io/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentage-io": {
"url": "https://memory.agentage.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"agentage-io": {
"type": "http",
"url": "https://memory.agentage.io/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "agentage-io bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "agentage-io",
"transport": "streamable-http",
"url": "https://memory.agentage.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentage.io was fetched 2026-07-25T19:34:55.669Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.