← Registry

Developer Tools

agentsurface.dev

Search and retrieve Markdown documentation for Agent Surface.

1 endpoint3 known toolsFirst detected June 4, 2026Last detected September 25, 2026

ENDPOINT 1

https://agentsurface.dev/mcp

No auth detected

MCP server metadata

Name
agentsurface-docs
Version
2.3.0
Capabilities
tools.listChanged
Server instructions

Search and read Agent Surface documentation about making software legible to AI agents. Call search first to find relevant pages by keyword, or list_pages to browse the full index, then get_page with a page's URL (from either tool's results) to read it as Markdown.

Known tools 3

list_pages

List all docs pages with their pathnames (URLs)

Inferred read-only
get_page

Get the Markdown content of a docs page by its pathname (URL)

Inferred read-only
search

Search docs pages with a query

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.agentsurface-docs]
url = "https://agentsurface.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentsurface-docs": {
      "type": "http",
      "url": "https://agentsurface.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentsurface-docs
Remote MCP URL: https://agentsurface.dev/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": {
    "agentsurface-docs": {
      "url": "https://agentsurface.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentsurface-docs": {
      "type": "http",
      "url": "https://agentsurface.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentsurface-docs",
  "transport": "streamable-http",
  "url": "https://agentsurface.dev/mcp"
}
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 agentsurface.dev was fetched 2026-09-18T14:04:20.931Z.

Trust status Neutral

agentsurface.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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