Databases
cover-spot.com
Searches and retrieves detailed metadata about manhole covers from a global database, including filtering by location, material, and design, with support for multi-domain fuzzy search and country/city listings.
ENDPOINT 1
https://www.cover-spot.com/api/mcp
MCP server metadata
- Name
- coverspot
- Version
- 1.0.0
CoverSpot exposes read tools for searching and inspecting manhole cover metadata, plus scoped write tools gated behind OAuth. Pass `locale` for translated descriptions. See /.well-known/oauth-protected-resource for token acquisition.
Known tools 10
search_coversSearch approved manhole covers by country, city, material, purpose, shape, design style, or tag.
Inferred read-onlylist_countriesList every country with at least one approved cover and its cover count.
Inferred read-onlysearch_allMulti-domain fuzzy search across covers, authors, cities/countries, and wiki articles.
Inferred read-onlysearch_autocompleteAutocomplete suggestions across covers, countries, cities, and tags.
Inferred read-onlyget_community_statsAggregate dataset and community statistics (totals, recent activity).
Inferred read-onlyCONNECT 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.coverspot]
url = "https://www.cover-spot.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coverspot": {
"type": "http",
"url": "https://www.cover-spot.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coverspot
Remote MCP URL: https://www.cover-spot.com/api/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": {
"coverspot": {
"url": "https://www.cover-spot.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coverspot": {
"type": "http",
"url": "https://www.cover-spot.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coverspot",
"transport": "streamable-http",
"url": "https://www.cover-spot.com/api/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 cover-spot.com was fetched 2026-08-03T23:43:43.279Z and is being refreshed.
cover-spot.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.