InferMap
Rank #12,465io.github.benzsevern/infermap
Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.
InferMap is a Model Context Protocol (MCP) server published by benzsevern. It ranks #12,465 of 130,833 servers tracked on MCP Toplist. InferMap is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 118,368 of 130,833 servers on MCP Toplist.
Use InferMap
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http infermap https://infermap-mcp-production.up.railway.app/mcp/claude mcp add infermap -- uvx infermap[mcp_servers.infermap]
url = "https://infermap-mcp-production.up.railway.app/mcp/"Add to ~/.codex/config.toml.
[mcp_servers.infermap]
command = "uvx"
args = ["infermap"]Add to ~/.codex/config.toml.
https://infermap-mcp-production.up.railway.app/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"infermap": {
"command": "uvx",
"args": [
"infermap"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"infermap": {
"url": "https://infermap-mcp-production.up.railway.app/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"infermap": {
"command": "uvx",
"args": [
"infermap"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"infermap": {
"type": "http",
"url": "https://infermap-mcp-production.up.railway.app/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"infermap": {
"type": "stdio",
"command": "uvx",
"args": [
"infermap"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"infermap": {
"serverUrl": "https://infermap-mcp-production.up.railway.app/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"infermap": {
"command": "uvx",
"args": [
"infermap"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"infermap": {
"url": "https://infermap-mcp-production.up.railway.app/mcp/"
}
}
}{
"mcpServers": {
"infermap": {
"command": "uvx",
"args": [
"infermap"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.benzsevern%2Finfermap)<a href="https://mcptoplist.com/server/io.github.benzsevern%2Finfermap"><img src="https://mcptoplist.com/badge/io.github.benzsevern%2Finfermap.svg" alt="MCP Toplist: Top 10% of 130,833" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
benzsevern
Other servers by benzsevern
- GoldenAnalysis#315 · 22 vers
- GoldenCheck#14,032 · 1 ver
- GoldenPipe#18,122 · 1 ver
- GoldenFlow#58,812 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 0.7.0 | Aug 16, 2026 |
| 0.6.0 | Jul 16, 2026 |
| 0.5.1 | Jun 24, 2026 |
| 0.5.0 | Jun 1, 2026 |
Frequently asked questions
- Who maintains InferMap?
- InferMap is maintained by benzsevern, which publishes 5 MCP servers (29 total versions) tracked on MCP Toplist.
- Is InferMap listed on the Official MCP Registry?
- Yes — InferMap is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does InferMap have?
- MCP Toplist tracks 4 versions of InferMap, most recently published on Aug 16, 2026.
- Where can I find the source code for InferMap?
- The source code for InferMap is hosted at github.com/benzsevern/infermap.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.