Developer Tools
agentsurface.dev
Search and retrieve Markdown documentation for Agent Surface.
ENDPOINT 1
https://agentsurface.dev/mcp
MCP server metadata
- Name
- agentsurface-docs
- Version
- 2.3.0
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
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.
agentsurface.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.