Skip to content

getgreenspark/mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greenspark MCP

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.

Quick start

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 -y

More agents and single-skill installs: skills/ · skills.sh

MCP v1

  • Read-onlyexecute-request on 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/.

Skills

greenspark-mcp · greenspark-auth-environments · greenspark-integration-workflow · greenspark-impact · greenspark-reporting · greenspark-account · greenspark-projects

Links

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors