Back to search
100
MCP live 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
11.8%
17 probes
Response
657ms
last probe
Tools
4
callable

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.

Similar MCP servers embedding-nearest

Infermap
Schema mapping engine with MCP server for matching source fields to target schemas.
0 tools
infermap
Metadata-only Glama MCP connector.
0 tools · http
GoldenFlow live
Data transformation toolkit — standardize, reshape, and normalize messy data
10 tools · streamable-http
ai.smithery/infranodus-mcp-server-infranodus
Map text into knowledge graphs to create a structured representation of conceptual relations and t…
0 tools · streamable-http
GoldenCheck live
Auto-discover validation rules from data — scan, profile, health-score. No rules to write.
19 tools · streamable-http
io.github.varun29ankus/mif-tools
Convert, validate, and inspect AI agent memories across formats
0 tools

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"
    }
  }
}