← Registry

API Tools

a-102.ru

An MCP server that exposes tools to look up terrain elevation and retrieve elevation profiles via an external elevation API.

1 endpoint2 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://a-102.ru/mcp

No auth detected

MCP server metadata

Name
a102-geodata
Version
1.0.0
Capabilities
tools
Server instructions

A-102 read-only elevation tools. Anonymous AI agents receive 3 trial elevation_lookup calls per 30 days, one coordinate per call. elevation_profile, batches, and further calls require an elevation API key.

Known tools 2

elevation_lookup

Возвращает высоту местности в метрах.

Inferred read-only
elevation_profile

Требует API-ключ.

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.a102-geodata]
url = "https://a-102.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "a102-geodata": {
      "type": "http",
      "url": "https://a-102.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: a102-geodata
Remote MCP URL: https://a-102.ru/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": {
    "a102-geodata": {
      "url": "https://a-102.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "a102-geodata": {
      "type": "http",
      "url": "https://a-102.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "a102-geodata",
  "transport": "streamable-http",
  "url": "https://a-102.ru/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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