Serversio.github.benzsevern/infermap
I

InferMap

io.github.benzsevern/infermap · v0.4.0
▦ pypi
v0.4.0pypi pypi: infermap🌐 https://infermap-mcp-production.up.railway.app/mcp/↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.benzsevern/infermap",
  "description": "Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.",
  "title": "InferMap",
  "repository": {
    "url": "https://github.com/benzsevern/infermap",
    "source": "github"
  },
  "version": "0.4.0",
  "websiteUrl": "https://benzsevern.github.io/infermap/",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "infermap",
      "version": "0.4.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://infermap-mcp-production.up.railway.app/mcp/"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}