MCPortal
Rank #15,071io.github.yonghwan1106/mcportal
Quota-guarded MCP layer over Korean public data APIs (data.go.kr), compiled from OpenAPI specs
MCPortal is a Model Context Protocol (MCP) server published by yonghwan1106. It ranks #15,071 of 115,591 servers tracked on MCP Toplist. MCPortal is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 5, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 100,520 of 115,591 servers on MCP Toplist.
Use MCPortal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcportal -- uvx mcportal[mcp_servers.mcportal]
command = "uvx"
args = ["mcportal"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcportal": {
"command": "uvx",
"args": [
"mcportal"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcportal": {
"command": "uvx",
"args": [
"mcportal"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcportal": {
"type": "stdio",
"command": "uvx",
"args": [
"mcportal"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcportal": {
"command": "uvx",
"args": [
"mcportal"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcportal": {
"command": "uvx",
"args": [
"mcportal"
]
}
}
}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.yonghwan1106%2Fmcportal)<a href="https://mcptoplist.com/server/io.github.yonghwan1106%2Fmcportal"><img src="https://mcptoplist.com/badge/io.github.yonghwan1106%2Fmcportal.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
yonghwan1106
Other servers by yonghwan1106
View all yonghwan1106 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Aug 14, 2026 |
| 0.2.1 | Aug 9, 2026 |
Frequently asked questions
- Who maintains MCPortal?
- MCPortal is maintained by yonghwan1106, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCPortal listed on the Official MCP Registry?
- Yes — MCPortal is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCPortal have?
- MCP Toplist tracks 2 versions of MCPortal, most recently published on Aug 14, 2026.
- Where can I find the source code for MCPortal?
- The source code for MCPortal is hosted at github.com/yonghwan1106/mcportal.