Home › Databases & Data › Sugra API
Sugra API
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Topics: Data Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://app.sugra.ai/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http sugra-api-mcp https://app.sugra.ai/mcp
Or add to your MCP client config:
{
"mcpServers": {
"sugra-api-mcp": {
"url": "https://app.sugra.ai/mcp"
}
}
}
Package (pypi 0.12.0)
uvx sugra-api-mcp
Or add to your MCP client config:
{
"mcpServers": {
"sugra-api-mcp": {
"command": "uvx",
"args": [
"sugra-api-mcp"
],
"env": {
"SUGRA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
SUGRA_API_KEYrequired secret — Your Sugra API key (sugra_...). Required for data tools; catalog tools work without it. Free key: https://app.sugra.ai/settings/billing (50 req/day). Only env var needed for local installs and directory sandboxes.
Related servers
dbt-mcp
Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI,…
operational-ontology
Reference implementation of an "operational ontology": MCP tools are generated from a typed business domain model (objects, links,…
mcp-server
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
MCP Superset
Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security
mcp-databricks-server
Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status.
kafka-schema-reg-mcp
Comprehensive Kafka Schema Registry MCP server with 48 tools for multi-registry management, schema migration, and enterprise features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry