Skip to content
Back to search
100
MCP v0.3.3 streamable-http

InferMap

io.github.benzsevern/infermap

Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.

Uptime
0.0%
2 direct probes · 30d
Response
73ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

map

Map source columns to target schema using a weighted scorer pipeline with optimal 1:1 assignment. Returns mappings with confidence scores and human-readable reasoning.

inspect

Inspect a data source — show fields, types, sample values, null rates, unique rates, and statistics.

validate

Validate that a source file's columns satisfy a saved mapping config. Reports missing source columns and unmapped required fields.

apply

Apply a saved mapping config to a source CSV, renaming columns according to the mapping and writing the result to an output file.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "infermap": {
      "url": "https://infermap-mcp-production.up.railway.app/mcp/",
      "transport": "streamable-http"
    }
  }
}