trackmcp
Back to directory
arseniigruzdev

llmsmap-distribution

View on GitHub

Public MCP and REST API distribution metadata for llmsmap.me and llmsmap.ru

0 starsOthers Updated Jul 28, 2026

Documentation

llmsmap distribution

llmsmap mark

Public integration metadata for llmsmap.me and llmsmap.ru.

This repository intentionally contains no application source code, deployment configuration, database content, or secrets. It distributes the public MCP manifests, the canonical OpenAPI contract, a derived Postman collection, and brand assets.

MCP

llmsmap exposes read-only catalog search through MCP Streamable HTTP. Both canonical URLs include a trailing slash; the service also accepts the non-slash form directly without an HTTP redirect.

EditionScopeEndpointManifest
InternationalInternational sites, excluding the Russian catalog segment`https://llmsmap.me/api/mcp/`server.json
RussianRussian and international catalog segments`https://llmsmap.ru/api/mcp/`servers/llmsmap-ru.server.json

Example remote-server configuration:

json
{
  "mcpServers": {
    "llmsmap": {
      "url": "https://llmsmap.me/api/mcp/"
    }
  }
}

Available tools:

  • `list_catalog` — list approved catalog entries, up to 50 per call.
  • `search_catalog` — search by product name or URL, up to 50 per call.

The server is stateless, public, read-only, and does not require an API key. Clients should cache stable results and retry temporary failures with exponential backoff.

REST API

The OpenAPI document is the source of truth. The Postman collection is a distribution derivative and must be updated when the OpenAPI contract changes.

Status of llms.txt

llms.txt is an emerging convention proposed by llmstxt.org, not a formal web standard. Publishing llms.txt may reduce discovery friction for compatible tools; it does not guarantee crawling, indexing, ranking, citation, or inclusion in AI-generated answers.

Support

Use the contact form for general support.

Reveal the direct contact address

`hello [at] llmsmap [dot] me`

The address is obfuscated in repository source to reduce basic automated harvesting. Until the mailbox is activated, use the contact form.

For security reports, follow SECURITY.md. For integration questions, see SUPPORT.md.

Screenshots

Screenshots are intentionally deferred until the catalog, audit, and generator views share the final visual system.

Frequently asked questions

What is llmsmap-distribution?

llmsmap-distribution is Public MCP and REST API distribution metadata for llmsmap.me and llmsmap.ru

How do I install llmsmap-distribution?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is llmsmap-distribution open source?

Yes — it is hosted on GitHub at https://github.com/arseniigruzdev/llmsmap-distribution.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP