Mmcp.market

Costory FinOps MCP server

by costory.io·io.costory/finops·v1.0.0

FinOps MCP: query allocated, correlated cloud and AI cost across AWS, GCP, Azure and Snowflake.

A97/100grade A
What users say
No reviews yet
Be the first
Safety scan
A97/100

full report

Adoption
Growing

2 stars

Reviews

Write one

Nobody has reviewed Costory FinOps MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Costory FinOps MCP tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 582ms (auth required)20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10
Overall 97/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Costory FinOps MCP repository's README, as published. We do not edit it. Read it on GitHub

Costory FinOps MCP: agent skills and plugin

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.

  • Full MCP documentation: docs.costory.io/features/mcp
  • Endpoint: https://app-api.costory.io/mcp
  • Auth: OAuth, no IAM credentials, no Docker, no local server

Connect the MCP

You 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"]
    }
  }
}

MCP tools reference

The server exposes tools in five groups. Names and payloads are versioned; the API reference is the source of truth.

Write tools act only inside your Costory workspace. Query scoping follows the calling user's workspace role.

FinOps skills

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.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http finops https://app-api.costory.io/mcp
Add to Cursor

Costory FinOps MCP: common questions

Is Costory FinOps MCP server safe?
Yes, by our scan: it is graded A (97/100). Read the Costory FinOps MCP safety report
How do I install Costory FinOps MCP?
It runs remotely at app-api.costory.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Costory FinOps MCP need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Costory FinOps MCP maintained?
The last commit was 4 days ago (2026-09-23). The latest release is v1.0.0.
Is Costory FinOps MCP up?
100% of our last 28 checks got an answer. We check remote servers about four times a day.
What can I use instead of Costory FinOps MCP?
Servers from other publishers that do the same job: LINQ to DB MCP server, StackQL MCP Server and Magic Cloud MCP server. Compare all Costory FinOps MCP alternatives.

Alternatives to Costory FinOps MCP

Same job from other publishers: the closest match first, then the best rated.

All Costory FinOps MCP alternatives →
  • LINQ to DB
    Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB.
    A
  • StackQL MCP Server
    SQL-native query and provisioning engine for cloud infrastructure, served over MCP.
    A
  • Magic Cloud
    Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser
    A
  • Infrawise
    Live AWS, database & Kafka infrastructure context for AI coding assistants via MCP.
    A
  • memo
    Memory for AI agents — MLX (Apple Silicon) or CPU (Linux), sqlite-vec + BM25, zero cloud.
    A

More from costory.io →