Agent Surface
Search and read the Agent Surface guide to making websites, apps, APIs and CLIs work with AI agents.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~182Tokens (tool definitions)
~385 BTypical response size
Minimal attention impact (0.14% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"docs": {
"url": "https://agentsurface.dev/mcp"
}
}
}Remote endpoints
https://agentsurface.dev/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢list_pages
List all docs pages with their pathnames (URLs)
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢get_page(url)
Get the Markdown content of a docs page by its pathname (URL)
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢search(query, locale)
Search docs pages with a query
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"locale": {
"type": "string"
}
},
"required": [
"query"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools