spaps-mcp
v0.1.0
Published
Model Context Protocol server for SPAPS docs, contracts, capability checks, and integration wizard steps
Maintainers
Readme
spaps-mcp
spaps-mcp exposes SPAPS documentation, endpoint contracts, auth discovery,
capability checks, and integration wizard steps to MCP-capable agents.
Metadata
package_name:spaps-mcplatest_version:0.1.0minimum_runtime:Node.js >=18.0.0api_base_url:https://api.sweetpotato.dev
Installation
npm install spaps-mcpClaude Code
The Sweet Potato repo also includes a portable root .mcp.example.json for
local checkouts.
{
"mcpServers": {
"spaps": {
"command": "npx",
"args": ["spaps-mcp"],
"env": {
"SPAPS_API_URL": "http://localhost:3301",
"SPAPS_API_KEY": "spaps_pub_replace_me",
"SPAPS_ORIGIN": "http://localhost:3000"
}
}
}
}Generic MCP
Run the stdio server directly:
SPAPS_API_URL=https://api.sweetpotato.dev \
SPAPS_API_KEY=spaps_pub_replace_me \
SPAPS_ORIGIN=https://your-app.example \
npx spaps-mcpSecret-key tools are disabled by default. To enable graph contract and decision explain tools, configure a secret SPAPS key and opt in explicitly:
SPAPS_API_KEY=spaps_sec_replace_me \
SPAPS_MCP_ENABLE_SECRET_TOOLS=true \
npx spaps-mcpTools
searchDocsgetEndpointgetErrorCodegetExamplelistAuthMethodscapabilityCheckgetCapabilityContractcapabilityExplainlistWizardStepsgetWizardStepverifyIntegration
Wizard steps are copied from the canonical
agent-instructions/spaps-wizard-steps/ directory during package build. They are
not maintained by hand inside this package.
