# io.github.RyanKramer/summitflow-mcp (pypi · summitflow-mcp)

Grant management for AI agents: deadlines, business-day math, budgets, in-kind value. No API key.

- Trust score: 62/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- pypi · `summitflow-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/ryankramer-summitflow-mcp/summitflow-mcp.md), [page](https://verifymcp.io/servers/ryankramer-summitflow-mcp/summitflow-mcp)

## Channel facts

- Registry: `pypi`
- Package: `summitflow-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 15 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (MIT License) isn't a recognized OSI-approved license.
  - Actively maintained (last published 49 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 672 tokens (~74/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 83/100
  - Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the io.github.RyanKramer/summitflow-mcp server?

io.github.RyanKramer/summitflow-mcp runs locally as a PyPI package, launched with uvx summitflow-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add ryankramer-summitflow-mcp -- uvx summitflow-mcp
```

### Cursor

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

### VS Code

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

### Codex

```bash
codex mcp add ryankramer-summitflow-mcp -- uvx summitflow-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ryankramer-summitflow-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "summitflow-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ryankramer-summitflow-mcp --command uvx --arg summitflow-mcp
```

### Hermes

```yaml
mcp_servers:
  ryankramer-summitflow-mcp:
    command: "uvx"
    args: ["summitflow-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "ryankramer-summitflow-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "summitflow-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add ryankramer-summitflow-mcp -t stdio -c uvx -a summitflow-mcp
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-19 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 60, −15)

- [security regression] Malware scan: pass → unverified

### 2026-09-16 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 74, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-14 (score 59, −14)

- [security regression] Malware scan: pass → unverified

### 2026-09-12 (score 73, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-11 (score 57, −15)

- [security regression] Malware scan: pass → unverified

## MCP tools (9)

### `federal_holidays` (~50 tokens)

Federal Holidays

List US federal holidays for a year, with observed dates.

Observed dates matter more than actual ones for deadlines: a holiday on a
Saturday closes offices the Friday before.

Input parameters:

- `year` (integer, required)

### `business_days_between` (~50 tokens)

Business Days Between

Count business days between two dates, skipping weekends and US federal
holidays. Dates are ISO format (YYYY-MM-DD).

Input parameters:

- `end_date` (string, required)
- `start_date` (string, required)

### `add_business_days` (~48 tokens)

Add Business Days

Add (or subtract, with a negative number) business days to a date,
skipping weekends and US federal holidays.

Input parameters:

- `days` (integer, required)
- `start_date` (string, required)

### `grant_deadline_plan` (~100 tokens)

Grant Deadline Plan

Work backward from a funder deadline to the dates that actually matter.

A deadline is not a plan. This returns when to start drafting, when the
internal review copy is due, and when the packet must be complete, using
realistic lead times with weekends and federal holidays handled.

application_type: loi | proposal_new | proposal_renewal | federal | report

Input parameters:

- `application_type` (string)
- `deadline` (string, required)

### `grant_budget` (~176 tokens)

Grant Budget

Build a grant budget with fringe and indirect calculated on the correct base.

indirect_base: 'mtdc' (Modified Total Direct Cost) or 'tdc' (Total Direct Cost).

MTDC is the common federal base and it EXCLUDES equipment and the portion of
each subaward/contract above the first $25,000. Applying your rate to total
direct costs instead is the single most common budget error, and it inflates
the ask in a way reviewers notice.

Input parameters:

- `contractual` (number)
- `equipment` (number)
- `fringe_rate_pct` (number)
- `indirect_base` (string)
- `indirect_rate_pct` (number)
- `other_direct` (number)
- `personnel` (number)
- `supplies` (number)
- `travel` (number)

### `volunteer_time_value` (~84 tokens)

Volunteer Time Value

Value volunteer time for match requirements or an annual report.

Defaults to the published national rate. Skilled volunteers doing
professional work (legal, accounting, medical) should be valued at the rate
for that work instead, which most funders accept if you document it.

Input parameters:

- `hourly_rate` (number)
- `hours` (number, required)
- `volunteers` (integer)

### `in_kind_value` (~44 tokens)

In Kind Value

Total donated goods and services. Each item needs 'description' and
'fair_market_value'; optional 'quantity' (default 1).

Input parameters:

- `items` (array, required)

### `grant_lead_times` (~25 tokens)

Grant Lead Times

The lead times behind grant_deadline_plan, with the reasoning for each.

### `summitflow_resources` (~20 tokens)

Summitflow Resources

Free grant templates, guides and calculators on the web.

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/ryankramer-summitflow-mcp/summitflow-mcp#diagnostics

## Score history

- 2026-09-21: 62
- 2026-09-20: 61
- 2026-09-19: 61
- 2026-09-18: 60
- 2026-09-17: 60
- 2026-09-16: 75
- 2026-09-15: 74
- 2026-09-14: 59
- 2026-09-13: 73
- 2026-09-12: 73
- 2026-09-11: 57
- 2026-09-10: 72
- 2026-09-09: 71
- 2026-09-08: 56
- 2026-09-07: 70
- 2026-09-06: 70
- 2026-09-05: 69
- 2026-09-04: 69
- 2026-09-03: 68
- 2026-09-02: 65
- 2026-09-01: 65
- 2026-08-31: 65
- 2026-08-30: 65
- 2026-08-29: 65
- 2026-08-28: 65
- 2026-08-27: 50

## Common questions

### What is the io.github.RyanKramer/summitflow-mcp server?

io.github.RyanKramer/summitflow-mcp is listed in the public MCP registry as io.github.RyanKramer/summitflow-mcp. Grant management for AI agents: deadlines, business-day math, budgets, in-kind value. No API key. This page covers its PyPI package (summitflow-mcp).

### Is the io.github.RyanKramer/summitflow-mcp server safe to use?

io.github.RyanKramer/summitflow-mcp scores 62 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.RyanKramer/summitflow-mcp server expose?

io.github.RyanKramer/summitflow-mcp exposes 9 tools: federal_holidays, business_days_between, add_business_days, grant_deadline_plan, grant_budget, and 4 more. Their descriptions and schemas cost roughly 597 tokens of context every time the server is loaded.

### Is the io.github.RyanKramer/summitflow-mcp server still maintained?

io.github.RyanKramer/summitflow-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- PyPI project: https://pypi.org/project/summitflow-mcp/
- Socket report: https://socket.dev/pypi/package/summitflow-mcp
- Repository: https://github.com/RyanKramer/summitflow-mcp
- Changelog RSS feed: https://verifymcp.io/servers/ryankramer-summitflow-mcp/summitflow-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ryankramer-summitflow-mcp/summitflow-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ryankramer-summitflow-mcp/summitflow-mcp
