Sugra API
Rank #5,595ai.sugra/api-mcp
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Sugra API is a Model Context Protocol (MCP) server published by sugra-systems. It ranks #5,595 of 132,345 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Sugra API is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 5 tracked versions. It was first listed on Apr 18, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 126,750 of 132,345 servers on MCP Toplist.
Use Sugra API
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http api-mcp https://app.sugra.ai/mcpclaude mcp add api-mcp -e "SUGRA_API_KEY=<your SUGRA_API_KEY>" -- uvx sugra-api-mcpReplace each placeholder with your own value before saving.
[mcp_servers.api-mcp]
url = "https://app.sugra.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.api-mcp]
command = "uvx"
args = ["sugra-api-mcp"]
[mcp_servers.api-mcp.env]
SUGRA_API_KEY = "<your SUGRA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.sugra.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"api-mcp": {
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": "<your SUGRA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"api-mcp": {
"url": "https://app.sugra.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"api-mcp": {
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": "<your SUGRA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"api-mcp": {
"type": "http",
"url": "https://app.sugra.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": "<your SUGRA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"api-mcp": {
"serverUrl": "https://app.sugra.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"api-mcp": {
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": "<your SUGRA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"api-mcp": {
"url": "https://app.sugra.ai/mcp"
}
}
}{
"mcpServers": {
"api-mcp": {
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": "<your SUGRA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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/ai.sugra%2Fapi-mcp)<a href="https://mcptoplist.com/server/ai.sugra%2Fapi-mcp"><img src="https://mcptoplist.com/badge/ai.sugra%2Fapi-mcp.svg" alt="MCP Toplist: Top 5% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
sugra-systems
Available versions (5)
| Version | Published |
|---|---|
| 0.12.0 | Sep 12, 2026 |
| 0.9.1 | Jul 18, 2026 |
| 0.9.0 | Jul 18, 2026 |
| 0.8.3 | Jul 18, 2026 |
| 0.8.2 | Jun 22, 2026 |
Frequently asked questions
- Who maintains Sugra API?
- Sugra API is maintained by sugra-systems, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Sugra API listed on the Official MCP Registry?
- Yes — Sugra API is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Sugra API have?
- MCP Toplist tracks 5 versions of Sugra API, most recently published on Sep 12, 2026.
- Where can I find the source code for Sugra API?
- The source code for Sugra API is hosted at github.com/sugra-systems/sugra-api-mcp.
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.