@blueagent/skill
v0.1.1
Published
MCP server for Blue Agent — exposes blue_idea, blue_build, blue_audit, blue_ship, blue_raise as MCP tools
Readme
@blueagent/skill
MCP server for Blue Agent — exposes the 5 builder commands as MCP tools for Claude Desktop, Cursor, and other MCP clients.
Install
npm install -g @blueagent/skillMCP Tools
| Tool | Description | Price |
|---|---|---|
| blue_idea | Concept → fundable brief | $0.05 |
| blue_build | Architecture + file plan | $0.50 |
| blue_audit | Security risk review | $1.00 |
| blue_ship | Deployment checklist | $0.10 |
| blue_raise | Pitch narrative | $0.20 |
Setup — Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"blueagent": {
"command": "blueagent-skill",
"env": {
"BANKR_API_KEY": "your_bankr_api_key"
}
}
}
}Environment
BANKR_API_KEY=your_key # required
BLUE_AGENT_SKILLS_DIR=/custom/path # optional skill overrideBuilt by Blocky Studio.
