FinOps MCP: query allocated, correlated cloud and AI cost across AWS, GCP, Azure and Snowflake.
MCPpedia last refreshed this data
io.costory/finops is an MCP server that FinOps MCP: query allocated, correlated cloud and AI cost across AWS, GCP, Azure and Snowflake. Its tool list has not been published yet over http, requires no API key, and scores 37/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"costory": {
"url": "https://app-api.costory.io/mcp",
"type": "http",
"oauth": {
"callbackPort": 8080
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Costory FinOps MCP is a hosted Model Context Protocol server that lets Claude, Cursor, VS Code, Codex, or Dust answer questions about your cloud and AI spend.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / cloud
Manage Supabase projects — databases, auth, storage, and edge functions
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
DataForSEO API modelcontextprotocol server
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.costory/finops and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Costory FinOps MCP is a hosted Model Context Protocol server that lets Claude, Cursor, VS Code, Codex, or Dust answer questions about your cloud and AI spend.
Feeding raw AWS or GCP billing lines into a prompt does not work. Costory acts as a context layer: it normalizes billing from AWS, GCP, Azure, Snowflake, Datadog, OpenAI, and Anthropic into one schema, allocates shared and untagged cost from real usage metrics, and correlates spend with deploy events and incidents. The assistant then calls structured tools against data that is already allocated and explained.
This repository holds the agent skills that sit on top of those tools: the workflows that turn "why did prod cost jump last week" into the right sequence of tool calls.
https://app-api.costory.io/mcpYou need a Costory workspace with billing data connected. A 15-day trial is available.
Claude Desktop / Claude Code / Cursor / VS Code: add a custom connector pointing at https://app-api.costory.io/mcp, then complete the OAuth login in the browser window that opens. Per-client walkthroughs with screenshots are in the MCP docs.
This repo ships an .mcp.json you can copy:
{
"mcpServers": {
"costory": {
"type": "http",
"url": "https://app-api.costory.io/mcp",
"oauth": { "callbackPort": 8080 }
}
}
}
For clients without native remote-MCP support, proxy it with mcp-remote:
{
"mcpServers": {
"costory": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://app-api.costory.io/mcp"]
}
}
}
The server exposes tools in five groups. Names and payloads are versioned; the API reference is the source of truth.
| Group | Tools | What they do |
|---|---|---|
| Orientation | get_context, search, get, suggest_groupby, suggest_usage_metrics, suggest_actions | Discover dimensions, dashboards, metrics, and the right way to slice a question |
| Query | query, list_metrics, list_virtual_dimensions | Cost, usage, metric, formula, and budget queries with period-over-period comparison |
| Allocation | create_virtual_dimension_draft, update_virtual_dimension_draft, preview_virtual_dimension_draft, publish_virtual_dimension, virtual_dimension_overlap_matrix | Define custom cost axes with ordered CEL rules, preview, then publish |
| Reporting | create_report, update_report, preview_report_widget, run_report_now, create_dashboard, update_dashboard | Scheduled Slack, Teams, and email reports plus dashboards built from chat |
| Alerting and events | create_alert, preview_alert, list_alerts, create_event, update_event | Cost and budget alerts, and event annotations for correlation |
Write tools act only inside your Costory workspace. Query scoping follows the calling user's workspace role.
Skills are the workflow layer: each one encodes how to sequence the tools above for a class of question, so the assistant does not have to rediscover it.
MCP skillId | Use when |
|---|---|
query | Cost, usage, metric, formula, and budget investigation. Explorer period-over-period only; hands off "what changed" to reports Explain |
virtual-dimensions | Create, edit, preview, and publish custom cost axes with ordered CEL rules |
dashboards | Create or extend dashboards with context-first widget inheritance and overview generation |
reports | Scheduled Slack, Teams, and email reports, and preview-first DIGEST to explain last month's cost |
recipes | Ready-made |