← Registry

AI & Machine Learning

agentinterface.app

Provides access to agentinterface.app's tracked registry of agent protocols, including statuses, stewards, editorial assessments, and source links via list, get, and search tools.

1 endpoint3 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://agentinterface.app/mcp

No auth detected

MCP server metadata

Name
agent-interface-tracker
Version
1.0.0
Capabilities
tools
Server instructions

A living, sourced tracker of agent protocols, standards and frameworks — including the graveyard of ones that died, which nothing else tracks. Every factual claim carries a source link. Facts are facts; the editorial calls are CC BY 4.0 with attribution to agentinterface.app.

Known tools 3

list_agent_protocols

List every agent protocol, standard and framework tracked by agentinterface.app, with its current status.

Inferred read-only
get_agent_protocol

Retrieve the full tracked record for one agent protocol by its id or name — who stewards it, what it does, its current status, our dated editorial call on it, and the source links every claim traces to.

Inferred read-only
search_agent_protocols

Search the tracked agent protocols by free text across their names, summaries and editorial calls.

Inferred read-only

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.agent-interface-tracker]
url = "https://agentinterface.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-interface-tracker": {
      "type": "http",
      "url": "https://agentinterface.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-interface-tracker
Remote MCP URL: https://agentinterface.app/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": {
    "agent-interface-tracker": {
      "url": "https://agentinterface.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-interface-tracker": {
      "type": "http",
      "url": "https://agentinterface.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-interface-tracker",
  "transport": "streamable-http",
  "url": "https://agentinterface.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.