# Granted (verified)

Search and manage grant opportunities. Track applications, match funding sources to projects, and discover new grants.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add granted

# Browse available tools
npx -y @smithery/cli@latest tool list granted

# Get full schema for a tool
npx -y @smithery/cli@latest tool get granted search_grants

# Call a tool
npx -y @smithery/cli@latest tool call granted search_grants '{}'
```

## Direct MCP Connection

Endpoint: `https://granted.run.tools`

## Tools (5)

- `search_grants` — Search 84,000+ grant opportunities by keyword, state, source type, funder, and more. Uses semantic search (embeddings +…
- `get_grant` — Get full details for a specific grant by its slug. Returns eligibility criteria, application link, deadline, amount, fu…
- `search_funders` — Search 133,000+ US foundations by name, state, NTEE code, asset range, and annual income range. Returns key metrics: na…
- `get_funder` — Get a full foundation profile including mission, 5-year financials, recent grants awarded, key officers, and applicatio…
- `get_past_winners` — Competitive intelligence: see who has won a specific federal grant program. Shows top recipients grouped by organizatio…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get granted <tool-name>
```

## Resources

- `granted://coverage/states` — US states and territories with active grant coverage on Granted
- `granted://coverage/sources` — Grant source providers tracked by Granted (federal agencies, state portals, international)
- `granted://taxonomy/categories` — Grant categories and topics used for filtering
- `granted://taxonomy/org-types` — Eligible organization types used in grant filtering
