Skip to content
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.1%
18 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
Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.
0 tools · streamable-http
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
infermap
Metadata-only Glama MCP connector.
0 tools · http
Neural Graph Mapper
Transform unstructured text into queryable semantic knowledge graphs.
0 tools · sse
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

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