Black-Scholes MCP Server
Servidor MCP Black-Scholes
Este proyecto proporciona un servidor de Protocolo de Contexto de Modelo (MCP) para calcular el precio y los griegos de las opciones europeas utilizando el modelo Black-Scholes.
Características
Calcule el precio de Black-Scholes para opciones de compra y venta europeas
Opción de cálculo griega y griega de orden superior:
Delta
Vega
Theta
Gama
Rho
Lambda
Épsilon
Vanna
Encanto
Vomma
Veta
Velocidad
Zomma
Color
Última
Vera
Related MCP server: MCP Yahoo Finance
Uso
Instalación y uso
Instalar dependencias (si usa
uv):uv pip install -r requirements.txtO utilice su administrador de paquetes Python preferido.
Instalar este servidor MCP en Claude:
uv run mcp install main.pyEste comando agregará la configuración a
claude_desktop_config.jsonpara que Claude pueda usar este servidor MCP.(Opcional) Ejecute el servidor MCP directamente:
python main.pyUtilice las herramientas MCP para calcular precios de opciones y griegas proporcionando los siguientes argumentos:
S: Precio al contadoK: Precio de ejercicioT: Tiempo hasta el vencimiento (en años)r: Tasa libre de riesgo (anual, decimal)q: Rendimiento de dividendos (anual, decimal)vol: Volatilidad (anual, decimal)type: "call" o "put"
Ejecución de pruebas
Para ejecutar las pruebas para este proyecto:
Instalar el paquete en modo de desarrollo:
pip install -e .Ejecutar pruebas usando unittest:
python -m unittest discover -s testsO con pytest (después de instalar pytest desde requirements.txt):
python -m pytestPara ejecutar módulos de prueba específicos:
python -m unittest tests.calculators.test_black_scholes_priceO con pytest:
python -m pytest tests/calculators/test_black_scholes_price.py
Expresiones de gratitud
Este proyecto utiliza modelcontextprotocol/python-sdk para la implementación del servidor MCP.
Licencia
Este proyecto está licenciado bajo la licencia MIT. Consulte la LICENCIA para más detalles.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that enables LLMs to analyze options chains, calculate Greeks, and evaluate basic options strategies through Yahoo Finance data.38MIT
- FlicenseBqualityDmaintenanceProvides tools to get financial data (stock prices, company information) and generate financial visualizations through the Model Context Protocol.1011
- FlicenseAqualityDmaintenanceEnables programmatic access to Bitpanda cryptocurrency exchange features including trades, wallets, and transactions via the Model Context Protocol.81
- FlicenseNot gradedqualityDmaintenanceProvides real-time options analytics, pricing with Greeks, Monte Carlo simulations, volatility analysis, strategy backtesting, and risk metrics using actual market data from Yahoo Finance and Polygon.io.1
Related MCP Connectors
Options analytics: 17 pricing models, 17 Greeks, GEX, IV, 23 screeners, unusual, dark pool, max pain
Options analytics for AI assistants: chains, IV rank, VRP, Greeks, GEX, expected moves, screeners.
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/walkingshamrock/black-scholes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server