← all servers

Mapbox Documentation MCP Server

v0.3.1 · 3 tools · source

[ tools: 3 ][ checks: 12 ][ latency: 9ms ]
93/100(A)
npx -y @mapbox/mcp-docs-server

check breakdown

Tools exposedServer exposed 3 tools.
• get_document_tool
• batch_get_documents_tool
• search_mapbox_docs_tool
Input schemas validAll tools have a valid JSON-Schema input definition.
!Input schema quality3 schema-quality issue(s) across 3 tool(s).
get_document_tool: inputSchema.additionalProperties is not set to false (extra args pass through silently)
batch_get_documents_tool: inputSchema.additionalProperties is not set to false (extra args pass through silently)
search_mapbox_docs_tool: inputSchema.additionalProperties is not set to false (extra args pass through silently)
Declare `required` for every schema that has properties, so agents know which params are mandatory.
Give every property a `description` and a concrete `type` (avoid bare `{}` placeholders).
Set `additionalProperties: false` on the top-level inputSchema so models can't silently pass extra, unvalidated arguments.
!Output schemasNo tools declare an outputSchema.
Optional: declare outputSchema for tools with structured results so agents can validate/parse output reliably.
Duplicate tool namesAll tool names are unique.
Tool namingAll tool names use spec-legal characters.
DescriptionsEvery tool and parameter is clearly described.
Tool annotationsTools fully declare behavioural hints (title, readOnly, destructive, idempotent, openWorld).
Tool titlesAll tools declare a human-readable title.
!Server instructionsNo top-level instructions declared.
Declare instructions to guide agents on when/how to use this server.
Return a non-empty `instructions` string in your InitializeResult — most SDKs let you set this alongside serverInfo.
Handshake + list latencytools/list responded in 9ms.
ResourcesAll 10 resource(s)/template(s) are well-described.

add the badge

Paste into your README:

[![scoremcp](https://scoremcp.dev/badge/mapbox-docs-mcp)](https://scoremcp.dev/servers/mapbox-docs-mcp)
[ scoremcp v0.4.0 ] [ 35 servers indexed ] [ static · side-effect-free ]