Skip to main content
ClaudeWave

Grant management MCP server — deadline planning, business-day math, grant budgets, volunteer valuation. No API key.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · summitflow-mcp
Claude Code CLI
claude mcp add summitflow-mcp -- python -m summitflow-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "summitflow-mcp": {
      "command": "python",
      "args": ["-m", "summitflow-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install summitflow-mcp
Use cases

MCP Servers overview

<!-- mcp-name: io.github.RyanKramer/summitflow-mcp -->

# SummitFlow MCP

Grant management tools for AI agents. Plan backward from a funder deadline,
count business days around federal holidays, build a grant budget with indirect
on the correct base, and value volunteer and in-kind contributions.

**No API key. No account. No network calls.** Every tool is a pure function.

Web versions of these tools live at [summitflow.co/tools](https://summitflow.co/tools).

## Install

Claude Desktop — add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "summitflow": {
      "command": "uvx",
      "args": ["summitflow-mcp"]
    }
  }
}
```

Or `pip install summitflow-mcp`. No environment variables required.

## Tools

| Tool | What it does |
|---|---|
| `grant_deadline_plan` | Works backward from a deadline to start-drafting, internal-review and packet-complete dates |
| `grant_lead_times` | The lead times behind that plan, with the reasoning for each |
| `business_days_between` | Business days between two dates, skipping weekends and US federal holidays |
| `add_business_days` | Add or subtract business days from a date |
| `federal_holidays` | US federal holidays for a year, with observed dates |
| `grant_budget` | Full budget with fringe and indirect calculated on MTDC or TDC |
| `volunteer_time_value` | Volunteer hours valued at the published national rate |
| `in_kind_value` | Totals donated goods and services at fair market value |
| `summitflow_resources` | Free templates, guides and calculators on the web |

## Why the details matter

**Indirect goes on the right base.** `grant_budget` defaults to Modified Total
Direct Cost, which excludes equipment and the portion of each contract above the
first $25,000. Applying your rate to total direct costs instead is the most
common budget error and it inflates the ask in a way reviewers notice. The tool
reports which base it used and what it excluded.

**Observed holiday dates, not nominal ones.** A federal holiday falling on a
Saturday closes offices the Friday before. For a deadline calculation that is
the difference between submitting on time and submitting late, so all the date
math uses observed dates.

**The volunteer rate is cited, not invented.** `volunteer_time_value` defaults
to Independent Sector's published national value of volunteer time (2025), and
says so in its output, because a match figure you cannot source is a figure you
cannot defend. Skilled volunteers doing professional work should be valued at
the rate for that work instead.

**Deadlines are not plans.** `grant_deadline_plan` returns three earlier dates
because those are the ones that go on a calendar with a person's name attached.
The deadline itself should be uneventful.

## Development

```bash
git clone https://github.com/RyanKramer/summitflow-mcp
cd summitflow-mcp
pip install -e .
summitflow-mcp
```

## About

Built by [SummitFlow](https://summitflow.co) — the grant deadline safety net for
small nonprofits. Free
[templates](https://summitflow.co/templates),
[guides](https://summitflow.co/guides) and
[calculators](https://summitflow.co/tools).

MIT licensed.
ai-agentsgrantsmcpmodel-context-protocolnonprofit

What people ask about summitflow-mcp

What is RyanKramer/summitflow-mcp?

+

RyanKramer/summitflow-mcp is mcp servers for the Claude AI ecosystem. Grant management MCP server — deadline planning, business-day math, grant budgets, volunteer valuation. No API key. It has 0 GitHub stars and its last recorded update is dated 2026-08-27.

How do I install summitflow-mcp?

+

You can install summitflow-mcp by cloning the repository (https://github.com/RyanKramer/summitflow-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is RyanKramer/summitflow-mcp safe to use?

+

Our security agent has analyzed RyanKramer/summitflow-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains RyanKramer/summitflow-mcp?

+

RyanKramer/summitflow-mcp is maintained by RyanKramer. The last recorded GitHub activity is dated 2026-08-27, with 0 open issues.

Are there alternatives to summitflow-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy summitflow-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: RyanKramer/summitflow-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ryankramer-summitflow-mcp)](https://claudewave.com/repo/ryankramer-summitflow-mcp)
<a href="https://claudewave.com/repo/ryankramer-summitflow-mcp"><img src="https://claudewave.com/api/badge/ryankramer-summitflow-mcp" alt="Featured on ClaudeWave: RyanKramer/summitflow-mcp" width="320" height="64" /></a>

More MCP Servers

summitflow-mcp alternatives