11 days ago
Install: pip install deskpricer
Requires Python 3.11+
DeskPricer exposes the same pricing engine as the local HTTP API through MCP (Model Context Protocol) over stdio. AI agents (Claude Desktop, Cursor, Continue, etc.) can call deterministic option pricing instead of guessing prices or Greeks.
Server Config
{
"mcpServers": {
"deskpricer": {
"command": "deskpricer-mcp",
"args": []
}
}
}