InferMap
io.github.benzsevern/infermapMap messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.
Tools · 4
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 a data source — show fields, types, sample values, null rates, unique rates, and statistics.
Validate that a source file's columns satisfy a saved mapping config. Reports missing source columns and unmapped required fields.
Apply a saved mapping config to a source CSV, renaming columns according to the mapping and writing the result to an output file.
Similar MCP servers embedding-nearest
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"
}
}
}