← Registry

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.

1 endpoint10 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://www.cover-spot.com/api/mcp

No auth detected

MCP server metadata

Name
coverspot
Version
1.0.0
Capabilities
toolsresources
Server instructions

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_covers

Search approved manhole covers by country, city, material, purpose, shape, design style, or tag.

Inferred read-only
get_cover_detail

Fetch full metadata for a single cover by its 10-digit public ID.

Inferred read-only
list_countries

List every country with at least one approved cover and its cover count.

Inferred read-only
list_cities

List cities with cover counts, optionally scoped to a single country.

Inferred read-only
search_all

Multi-domain fuzzy search across covers, authors, cities/countries, and wiki articles.

Inferred read-only
search_autocomplete

Autocomplete suggestions across covers, countries, cities, and tags.

Inferred read-only
get_community_stats

Aggregate dataset and community statistics (totals, recent activity).

Inferred read-only
like_cover

Toggle a like on a cover for the authenticated user.

Inferred read-only
bookmark_cover

Toggle a bookmark on a cover for the authenticated user.

Inferred read-only
report_cover

Flag a cover for moderator review (e.g.

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.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.

Trust status Trusted

cover-spot.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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