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