Skip to main content
Glama

MCP Calc Tools

by nbiish

black_scholes

Calculate the Black-Scholes option price using asset price, strike price, time to expiration, risk-free rate, and volatility. Determine the value of call or put options for financial analysis.

Instructions

Calculate Black-Scholes option price

Input Schema

NameRequiredDescriptionDefault
KYesStrike price of the option
SYesCurrent price of the asset
TYesTime to expiration in years
optionTypeNoOption type: "call" or "put"call
rYesRisk-free interest rate
sigmaYesVolatility of the asset

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "K": { "description": "Strike price of the option", "type": "number" }, "S": { "description": "Current price of the asset", "type": "number" }, "T": { "description": "Time to expiration in years", "type": "number" }, "optionType": { "default": "call", "description": "Option type: \"call\" or \"put\"", "enum": [ "call", "put" ], "type": "string" }, "r": { "description": "Risk-free interest rate", "type": "number" }, "sigma": { "description": "Volatility of the asset", "type": "number" } }, "required": [ "S", "K", "T", "r", "sigma" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Calc Tools

Related Tools

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/nbiish/mcp-calc-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server