pypi summitflow-mcpstdioMITupdated 13d ago
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.
¿Qué puedes hacer con 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.
Install
Claude Desktop — add to claude_desktop_config.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
git clone https://github.com/RyanKramer/summitflow-mcp
cd summitflow-mcp
pip install -e .
summitflow-mcp
About
Built by SummitFlow — the grant deadline safety net for small nonprofits. Free templates, guides and calculators.
MIT licensed.
Instalación
Añade summitflow mcp a tu cliente. Elige el que uses.
claude mcp add summitflow-mcp -- uvx summitflow-mcpcodex mcp add summitflow-mcp -- uvx summitflow-mcpamp mcp add summitflow-mcp -- uvx summitflow-mcp{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"summitflow-mcp","command":"uvx","args":["summitflow-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"summitflow-mcp": {
"type": "local",
"command": "uvx",
"args": [
"summitflow-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"summitflow-mcp": {
"command": {
"path": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx summitflow-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
9 herramientas
summitflow mcp expone 9 herramientas a un agente conectado.
- 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
Puntuación
72 / 100
Buena
- Documentación22/25
- Mantenimiento19/25
- Confianza13/20
- Capacidad6/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.0Última | 27 ago 2026 |