← cover-spot.com

INDIVIDUAL MCP TOOL

list_countries

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

cover-spot.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for list_countries and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cover-spot.com

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.

Related tools

  • search_covers — Search approved manhole covers by country, city, material, purpose, shape, design style, or tag.
  • get_cover_detail — Fetch full metadata for a single cover by its 10-digit public ID.
  • list_cities — List cities with cover counts, optionally scoped to a single country.
  • search_all — Multi-domain fuzzy search across covers, authors, cities/countries, and wiki articles.
  • search_autocomplete — Autocomplete suggestions across covers, countries, cities, and tags.
  • get_community_stats — Aggregate dataset and community statistics (totals, recent activity).
  • like_cover — Toggle a like on a cover for the authenticated user.
  • bookmark_cover — Toggle a bookmark on a cover for the authenticated user.