GetOutPost MCP Server
Access real-time Indian options market data and volatility analytics. Analyze IV, RV, VRP, and skew with automated token management and percentile-based filtering tools.
GetOutpost MCP Server
A Model Context Protocol (MCP) server that brings real-time Indian options market data and volatility analytics from GetOutpost.in into your AI chats.
What is this?
This MCP server enables Claude to analyze options market data including:
- Implied Volatility (IV) - Options pricing and market expectations
- Realized Volatility (RV) - Historical price movement metrics (Close-to-Close, Parkinson, Garman-Klass, Rogers-Satchell, Yang-Zhang)
- Volatility Risk Premium (VRP) - IV divided by RV
- Skew Analysis - Volatility smile/smirk patterns across strike prices
Perfect for quantitative analysis, options trading research, and data-driven trading insights on Indian markets (NSE, BSE).
Installation
Option 1: Claude Desktop Extension Marketplace (Coming Soon)
Status: Submitted and under review by Anthropic
Once approved, you'll be able to install directly from the marketplace:
- Open Claude Desktop
- Go to Settings → Extensions
- Search for "GetOutpost Financial Data"
- Click Install
- Configure your credentials file path when prompted
Option 2: Direct Download (.mcpb file)
Available Now! Download and install the extension bundle directly:
- Download the latest release: getoutpost-mcp-server-v2.0.0.mcpb
- Double-click the downloaded
.mcpbfile, or - Drag and drop it into Claude Desktop, or
- In Claude Desktop, go to Settings → Extensions → Install Extension and select the file
- Configure your credentials file path when prompted
Option 3: NPM Global Installation
Install globally via npm:
npm install -g getoutpost-mcp-server
Then configure:
{
"mcpServers": {
"getoutpost": {
"command": "getoutpost-mcp-stdio",
"env": {
"CREDENTIALS_FILE_PATH": "/absolute/path/to/.getoutpost_credentials.json"
}
}
}
}
Getting GetOutpost Credentials
- Sign up at GetOutpost.in
- Log in and obtain your access token and refresh token from dev tools.
- Create a credentials file at
~/.getoutpost_credentials.json:
{
"ACCESS_TOKEN": "your_access_token_here",
"REFRESH_TOKEN": "your_refresh_token_here",
"EMAIL": "[email protected]"
}
Note: The MCP server automatically refreshes your tokens and updates this file when tokens expire.
Available Tools
The server provides 11 tools that Claude can use:
Data Retrieval Tools
| Tool | Description |
|---|---|
get_iv | Get implied volatility data for specific symbols |
get_vol | Get realized volatility data using various calculation methods |
get_vrp | Get volatility risk premium (IV minus RV) |
get_skew | Get volatility skew patterns across strikes |
Discovery/Filtering Tools
| Tool | Description |
|---|---|
filter_quick_rules_iv_percentile | Find symbols by IV percentile range |
filter_quick_rules_rv_percentile | Find symbols by RV percentile range |
filter_quick_rules_vrp_percentile | Find symbols by VRP percentile range |
filter_quick_rules_skew_percentile | Find symbols by skew percentile range |
Opportunity Scanner Tools
| Tool | Description |
|---|---|
scan_short_vol_atm_straddles | Scan for short volatility opportunities using ATM straddles (elevated IV vs historical/peers) |
scan_cheap_tail_risk_hedges | Scan for cheap tail risk hedges - far OTM puts for portfolio protection |
scan_directional_trades_naked_options | Scan for directional trading opportunities using naked calls or puts |
Available Prompts
Pre-built prompt templates to help you get started:
- Find long volatility opportunities - Discover symbols where buying options makes sense (default: 30 DTE)
- Find cheap OTM puts - Locate extremely cheap deep out-of-the-money puts for tail hedging (default: 29 DTE)
- Find short volatility opportunities - Identify symbols for selling options strategies (default: 30 DTE)
- Find optimal short vol conditions - Advanced filtering for moderately priced IV with healthy RV to avoid mean reversion (default: 25 DTE, ATM)
- Find cheap directional trades - Scan for cheap directional trade opportunities using naked options
- Find top short vol straddles - Identify the best short volatility opportunities using ATM straddles
- Find cheap hedges - Discover cheap tail risk hedges currently available for portfolio protection
Access these via the Prompts menu in Claude Desktop.
Example Usage
Once installed, you can ask Claude questions like:
"Find stocks with high volatility risk premium for potential short vol strategies"
"What's the volatility skew pattern for NIFTY with 30 days to expiry?"
"Show me the top 10 stocks with the cheapest deep OTM puts"
"Analyze the implied vs realized volatility for RELIANCE using yang_zhang method"
"Are there any cheap directional trade opportunities available?"
"Give me the top short volatility opportunities right now"
"What are some cheap hedges that are currently available?"
Or use the pre-built prompts for guided workflows.
Recommended Setup
For best results:
- Create a Project named "Options Insights"
- Project Description: "Access real-time options market data and volatility analytics through GetOutpost's financial APIs. Analyze implied volatility, realized volatility, volatility risk premium, and skew across multiple instruments to generate data-driven trading insights."
- Add Custom Instructions: Choose the appropriate system prompt for your AI assistant:
- For Claude: Copy content from
system_prompt_claude.md(comprehensive version) - For Perplexity: Copy content from
system_prompt_perplexity.md(condensed, <1500 chars)
- For Claude: Copy content from
- Use Claude Sonnet 4 (or equivalent) for optimal analysis
- Start fresh chats when switching between different symbols or analysis types to avoid context length issues
Understanding Key Parameters
- Moneyness:
log(Forward/Strike)- Positive values = OTM puts, 0 = ATM, Negative = OTM calls - Days to Expiry (DTE): Calendar days until option expiration
- Volatility Types:
c2c- Close-to-Closeparkinson- Parkinson's range-based estimatorgarman_klass- Garman-Klass estimatorrogers_satchell- Rogers-Satchell estimatoryang_zhang- Yang-Zhang estimatormean- Average of all methods
- Lookback Period: Days of historical data (20, 40, 60, or 80)
Token Management
The server handles authentication automatically:
- Detects when your access token expires (401 error)
- Uses your refresh token to obtain new credentials
- Updates your credentials file with the new tokens
- Retries the failed request seamlessly
You never need to manually refresh tokens.
Development
Building from Source
# Clone the repository
git clone https://github.com/aoutpost2-rgb/mcp-server.git
cd mcp-server
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run dev:stdio
Running Tests
npm test
Project Structure
├── api/ # API client implementation
├── auth/ # Authentication and token management
├── dist/ # Compiled JavaScript (generated)
├── extension/ # MCP extension bundle
├── mcp_server.ts # HTTP server implementation
├── mcp_server_stdio.ts # Stdio server implementation
├── mcp_spec.ts # MCP protocol handlers and tool definitions
└── tests/ # Test files
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see LICENSE file for details.
Support
- Issues: GitHub Issues
- GetOutpost Support: GetOutpost.in
- MCP Documentation: Model Context Protocol
Acknowledgments
Built with the Model Context Protocol SDK by Anthropic.
Disclaimer: This tool is for informational and educational purposes only. Always conduct your own research and consult with financial advisors before making trading decisions.
Related Servers
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Directus Task MCP Server
Manage tasks in Directus with automatic schema synchronization.
WooCommerce MCP Server
An MCP server for integrating with the WooCommerce e-commerce platform.
Bright Security MCP
The new Bright MCP Server enables AI assistants to directly interact with Bright and manage security scans end-to-end. Using natural language prompts, AI can now analyze existing coverage, identify missing or hidden entrypoints, add them to the project, select the most relevant security tests based on the application’s technology, and start scans automatically.
RSSidian
Connects RSS feeds to Obsidian for automated content analysis and AI-powered summarization.
Slop or Not
On-device tools to detect AI-generated text and images, score readability, and strip AI artifacts, running locally on Apple silicon.
Canvas MCP Server
An MCP server for Canvas LMS, providing full functionality for both students and instructors.
floor plan generator
BuildFloorPlan is an AI floor plan generator for homeowners, interior designers, builders, and small planning teams who need to move from rough input to a reviewable layout faster. It turns short briefs, sketches, images, and PDFs into clearer floor plan outputs in seconds, supports technical 2D layouts, colored presentation-ready plans, and quick 3D previews, and helps users compare layout directions before renovation, client presentation, or internal review. It is designed for fast first drafts, supports editing and refinement workflows, and does not require CAD experience. You can start free with starter credits, and paid plans add more credits, longer history, and commercial usage options.
Research MCP Server
A research server that retrieves and creates survey data pages in Notion.
Adspirer Ads Manager
Manage digital advertising campaigns with AI-powered insights from Adspirer.com.
stakeholder-mcp
Let your AI agent have conversations with different personas on features and implementation details