Goose Integration
A guide to integrating Bitcoin MCP Server with the Goose AI framework.
Integration Methods
STDIO (Local Extension)
- Add Extension
goose configure
- Configure Extension
- Name: "bitcoin"
- Command:
npx -y bitcoin-mcp@latest
- Type: Command-Line Extension
SSE (Remote Extension)
- Start Server in SSE Mode
SERVER_MODE=sse npm start
- Configure in Goose
- Add as Remote Extension
- URL:
http://localhost:3000
Usage Examples
Basic Commands
goose session --with-extension "bitcoin"
Example Queries
- Get latest block
- Validate addresses
- Decode transactions
Troubleshooting
Common Issues
- Extension not found
- Communication errors
- Configuration problems
Solutions
- Verify installation
- Check server logs
- Validate configuration