Install kit and Agent Skills for the Greenspark API on Model Context Protocol.
The MCP server is hosted by ReadMe at https://docs.getgreenspark.com/mcp. This repo ships client examples, server.json registry metadata, and skills — not server source code.
1. Connect MCP — merge into your client config (see examples/):
{
"mcpServers": {
"greenspark": {
"url": "https://docs.getgreenspark.com/mcp",
"headers": { "x-api-key": "YOUR_SANDBOX_API_KEY" }
}
}
}Use a sandbox key for testing. Setup guide: docs.getgreenspark.com.
2. Install skills (optional):
npx skills add getgreenspark/mcp -a cursor -g -yMore agents and single-skill installs: skills/ · skills.sh
- Read-only —
execute-requeston enabled GET routes only - Live via MCP: Impact, Reporting, Account, Projects
- Auth:
x-api-key; match key to host (sandbox vs production)
Details: greenspark-mcp and greenspark-auth-environments in skills/.
greenspark-mcp · greenspark-auth-environments · greenspark-integration-workflow · greenspark-impact · greenspark-reporting · greenspark-account · greenspark-projects
| Resource | Link |
|---|---|
| API docs | docs.getgreenspark.com |
| Staying up to date | docs/MAINTENANCE.md |
| Registry publishing | docs/PUBLISHING.md (maintainers) |
| Changelog | CHANGELOG.md |
MIT — LICENSE