Scb MCP
Rank #19,334io.github.isakskogstad/scb-mcp
MCP server providing scb-mcp capabilities
Scb MCP is a Model Context Protocol (MCP) server published by isakskogstad. It ranks #19,334 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Scb MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Nov 22, 2025 and most recently updated on Nov 28, 2025.
Ranks ahead of 96,126 of 115,460 servers on MCP Toplist.
Use Scb MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http scb-mcp https://scb-mcp.onrender.com/mcp[mcp_servers.scb-mcp]
url = "https://scb-mcp.onrender.com/mcp"Add to ~/.codex/config.toml.
https://scb-mcp.onrender.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"scb-mcp": {
"url": "https://scb-mcp.onrender.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scb-mcp": {
"type": "http",
"url": "https://scb-mcp.onrender.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scb-mcp": {
"serverUrl": "https://scb-mcp.onrender.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scb-mcp": {
"url": "https://scb-mcp.onrender.com/mcp"
}
}
}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.isakskogstad%2Fscb-mcp)<a href="https://mcptoplist.com/server/io.github.isakskogstad%2Fscb-mcp"><img src="https://mcptoplist.com/badge/io.github.isakskogstad%2Fscb-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
isakskogstad
Other servers by isakskogstad
- Riksdag Regering MCP#11,157 · 2 vers
- Skolverket MCP#13,677 · 4 vers
- Kolada MCP#15,823 · 2 vers
- Oecd MCP#18,404 · 2 vers
- KB MCP Server#51,401
- Personupplysning MCP Server#81,985
- SVT Text-TV MCP Server#84,130
Available versions (2)
| Version | Published |
|---|---|
| 2.5.3 | Nov 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scb MCP?
- Scb MCP is maintained by isakskogstad, which publishes 8 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Scb MCP listed on the Official MCP Registry?
- Yes — Scb MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Scb MCP have?
- MCP Toplist tracks 2 versions of Scb MCP, most recently published on Nov 28, 2025.
- Where can I find the source code for Scb MCP?
- The source code for Scb MCP is hosted at github.com/isakskogstad/scb-mcp.