mcpbeat Sign in

Mcportal MCP Server

by yonghwan1106 Your server? Claim it
local only

Mcportal runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from pypi. Last commit 15 Aug 2026.

Quota-guarded MCP layer over Korean public data APIs (data.go.kr), compiled from OpenAPI specs

Installs per day peak 622 · avg 66 · -29% w/w
a month agotoday
124
Installs / week
pypi · mcportal
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Mcportal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcportal -- uvx mcportal
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcportal": {
      "args": [
        "mcportal"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcportal]
command = "uvx"
args = ["mcportal"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcportal": {
      "args": [
        "mcportal"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcportal": {
      "args": [
        "mcportal"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Mcportal

same job, measured the same way
Publicdata Kr
by fieldcure

Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.

local only
Apis Guru
by pipeworx-io

APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.

40 tools answering
MCP Tool Factory
by heshamfs

Generate MCP servers from natural language, OpenAPI specs, or database schemas.

63 installs/wk local only
Lockspec
by lockspec

MCP server giving AI coding agents version-pinned API context from your OpenAPI specs.

44 installs/wk local only
Overwatch 2 Data MCP Server
by bk927

Overwatch 2 MCP for hero meta, public player stats, replays, patch notes, and OWCS Korea.

local only
Quiver
by pipeworx-io

Quiver Quantitative MCP — alternative-data on public companies (quiverquant.com)

39 tools answering
Bls
by pipeworx-io

BLS MCP — Bureau of Labor Statistics public data API (v2)

36 tools answering
Usaspending
by pipeworx-io

USAspending MCP — Federal spending data from USAspending.gov API

43 tools answering

Mcportal — questions

Answers built from our own checks of this server.

Why is there no uptime for Mcportal?
Mcportal runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcportal was installed 124 times last week.
How do I connect Mcportal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcportal straight from pypi; nothing to host, nothing to sign up for.
How many people use Mcportal?
The pypi package mcportal was installed 124 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mcportal open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.