Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. RiskModels
R
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:47:56 PM

RiskModels

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

US equity risk: decompose any stock into market/sector/subsector/residual bets + ETF hedge ratios.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "riskmodels": {
      "command": "npx",
      "args": [
        "-y",
        "riskmodels"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

RiskModels provides clean dividend-adjusted total returns, factor risk decomposition, return attribution, and ETF-executable hedge ratios for US equities β€” over REST, a typed SDK, and a built-in MCP server. The dataset is simulation-grade: it covers on the order of 16,000 US stocks across the full historical panel, while at each month end the model’s headline universe is the largest ~3,000 by market capβ€”the set the API surfaces for everyday returns, risk, and hedging.

Post-regression outputs (hedge ratios, explained-risk decompositions, and related L1–L3 series) are on daily history from 2007 through present; split- and dividend-adjusted returns (the inputs to the rolling regressions) begin 2006-01-04. The API is AI-agent ready, including a built-in Model Context Protocol (MCP) server for seamless integration with LLMs.

RiskModels API Developer Portal

CI Live Docs OpenAPI PyPI smithery badge

This repository is the authoritative public API reference for the RiskModels equity risk model API, featuring:

  • πŸ“– Model methodology β€” ERM3 overview (canonical; also mirrored on riskmodels.net)
  • πŸ“š Comprehensive API Documentation β€” OpenAPI 3.0.3 specification, guides, and examples
  • 🌐 Developer Portal β€” Beautiful Next.js site (this repo) deployed at riskmodels.app
  • 🐍 Python & TypeScript Examples β€” Production-ready code in examples/
  • πŸ€– AI Agent Integration β€” MCP server, OAuth2, and agent manifest

πŸš€ Quick Links

  • Python SDK β€” AOM quickstart (Google Colab): Open notebook Β· source: sdk/notebooks/riskmodels_aom_colab.ipynb
  • Developer Portal: riskmodels.app
  • Live API Docs: riskmodels.net/docs/api/erm3
  • ERM3 methodology: riskmodels.app/docs/methodology
  • Get API Key: riskmodels.app/get-key
  • API Terms: riskmodels.net/terms/api
  • Issues: github.com/BlueWaterCorp/RiskModels_API/issues
  • PyPI (Python SDK): riskmodels-py

Canonical URLs (REST, OpenAPI, and docs)

Use these only for integrations and tooling:

WhatURL
REST base (OpenAPI servers)https://riskmodels.app/api
Deployed OpenAPI JSON (same spec as OPENAPI_SPEC.yaml)https://riskmodels.app/openapi.json
Interactive API reference (this portal)/api-reference

Important: The hostname api.riskmodels.app is not used for the public API or machine-readable docs. Older links or docs that mention it should be treated as obsolete; use riskmodels.app (apex) as above.


πŸ“– API Overview

The RiskModels API provides institutional-grade equity risk analysis:

  • Daily factor decompositions β€” market, sector, subsector explained-risk fractions for the headline ~3,000 largest US stocks by market cap (month-end universe)
  • Hedge ratios β€” dollar-denominated ETF hedge amounts (L1/L2/L3) designed to remain executable with liquid raw ETFs
  • Historical time series β€” split- and dividend-adjusted returns (2006–present) plus rolling hedge ratios and ER (2007–present; factor outputs need a full regression window)
  • AI-agent ready β€” OAuth2, per-request billing, machine-readable manifests

Data coverage: ~16,000 US stocks in the historical panel; ~3,000 largest by market cap at each month end for headline outputs. Updated daily. Factor outputs (HR/ER): 2007 through present. Adjusted return series: 2006-01-04 through present.


Why The Engine Matters

RiskModels is designed to be useful for real portfolio work, not just descriptive analytics:

  • Built to be time-safe β€” the engine is designed to avoid common sources of forward contamination such as recycled tickers, snapshot shares, and retroactive universe contraction
  • Grounded in a real Security Master β€” ticker-level outputs sit on top of a point-in-time identity layer built for identifier continuity, symbol changes, and historically defensible shares data
  • Hierarchical by design β€” the model separates market, sector, and subsector structure rather than collapsing everything into a flat beta view
  • Tradeable in practice β€” the published hedge ratios are designed to work with liquid ETFs at execution time, not only with synthetic or orthogonalized factors
  • Built on adjusted return series β€” split- and dividend-adjusted returns make the decomposition and hedge ratios more economically consistent over long horizons

For a deeper explanation of the engine design choices behind these claims, see the methodology docs and API reference.


🐍 Python SDK (riskmodels-py)

Prefer the Python SDK over raw REST for agent-native workflows β€” ticker resolution, semantic field normalization, validation with instructional errors, and LLM-ready context formatting are built in.

Install (PyPI):

PyPI version

Terminal
pip install riskmodels-py
# Optional β€” xarray cube from batch Parquet/CSV:
# pip install riskmodels-py[xarray]
# Optional β€” snapshot PDF rendering:
# pip install riskmodels-py[pdf]

Quickstart:

server.ts
from riskmodels import RiskModelsClient, to_llm_context

client = RiskModelsClient.from_env()
pa = client.analyze({"NVDA": 0.4, "AAPL": 0.6})
print(to_llm_context(pa))

Snapshot generation (institutional PDF reports):

server.ts
from riskmodels.snapshots import get_data_for_r1, render_r1_to_pdf

client = RiskModelsClient.from_env()
data = get_data_for_r1("NVDA", client)       # fetch β†’ R1Data (caches to JSON)
render_r1_to_pdf(data, "NVDA_R1_Risk.pdf")   # render β†’ PDF (~0.3s, no API)

Documentation:

  • Package README β€” install, methods, agent-native helpers
  • Quickstart β€” 60-second setup path
  • API Docs β€” agent-native helpers reference table

Risk intelligence

Charts below are generated from live API data (get_rankings + MAG7 L3 batch metrics) via scripts/generate_readme_assets.py. Set RISKMODELS_API_KEY (free tier is sufficient), run the script from the repo root, then commit ./assets/ and ./public/docs/readme/.

MAG7 β€” L3 Οƒ-scaled decomposition

MAG7 L3 sigma-scaled risk ratios and residual HR share
Same β€œtech” label, different subsector DNA β€” bar length ∝ annualized Οƒ; segments = Οƒ Γ— L3 market/sector/subsector risk ratios + residual (HR share). POST /batch/analyze via SDK save_mag7_l3_sigma_rr_png

Cross-sectional rankings

Ranking by cohort
Universe / sector / subsector rank percentile breakdown


πŸ€– MCP Server (v3.0.0-agent)

RiskModels includes a first-class MCP (Model Context Protocol) server, enabling AI agents to directly query risk data and perform factor analysis.

MCP Connection (hosted API):

  • Endpoint (Streamable HTTP, POST): https://riskmodels.app/api/mcp/sse
  • Authentication: Bearer token (API key or OAuth2 JWT)
  • Discovery: https://riskmodels.app/.well-known/mcp.json (see OPENAPI_SPEC.yaml)

Local MCP server (mcp/ in this repo) β€” stdio transport for Cursor / Claude Desktop / Zed: discovers capabilities, schemas, OpenAPI, and SDK-backed live-paper risk tools. Tools shipped here include:

  • riskmodels_list_endpoints β€” List API capabilities (id, method, endpoint, short description)
  • riskmodels_get_capability β€” Full capability record by id (parameters, pricing, examples)
  • riskmodels_get_schema β€” JSON Schema for a response type (e.g. ticker-returns-v2.json)
  • riskmodels_decompose, riskmodels_compare, riskmodels_hedge_position, riskmodels_portfolio_decompose, riskmodels_whitepaper_example β€” Agent-ready SDK outputs with chart_data, suggested_chart, and plain-English summaries

For live risk data and portfolio math, call the REST API (e.g. GET /api/metrics/{ticker}, POST /api/batch/analyze, GET /api/l3-decomposition), the Python SDK (riskmodels-py), or the listed MCP tools.

See mcp/README.md for install and config.

Anthropic Claude (Managed Agents vs Messages API): internal engineering design for optional cloud-hosted agents, billing, and compliance β€” see docs/ANTHROPIC_CLOUD_AGENTS.md.


⌨️ Command-line CLI (riskmodels)

The npm package in cli/ installs the riskmodels binary: config, SQL query (billed API or direct Supabase), schema introspection, balance, and static agent manifests.

Install from npm:

Terminal
npm install -g riskmodels
riskmodels --help

Develop from this repo:

bash
cd cli
npm ci
npm run build
npm run install:global   # optional: npm link for local testing

Publish to npm (maintainers): procedure is documented in the private BWMACRO monorepo (docs/RISKMODELS_CLI_NPM_PUBLISHING.md), not here. Only publish from the cli/ directory β€” the repo root Next.js app is not published to npm.


πŸ’» Developer Portal (This Repo)

This repo now includes a Next.js developer portal with:

  • ✨ Hero landing page with feature highlights
  • πŸ“š MDX-powered documentation (README_API.md, AUTHENTICATION_GUIDE.md)
  • πŸ” Interactive API reference (Redoc OpenAPI viewer)
  • πŸ’‘ Code examples with syntax highlighting and copy buttons
  • 🎯 Step-by-step quickstart guide

Local Development

bash
# Install dependencies
npm install

# Option A: Copy env template and fill in Supabase/Stripe keys manually
cp .env.example .env.local

# Option B: Use Doppler (recommended for team consistency)
# Ensure `doppler login` is done, then:
doppler secrets download --no-file --format env > .env.local

# Generate OpenAPI JSON for Redoc
npm run build:openapi

# Run dev server
npm run dev

Screenshot Capture Hygiene:

When capturing site screenshots for audit or documentation:

  1. Ensure the build passes first: npm run build must complete without errors
  2. Verify the dev server serves HTTP 200: Visit http://localhost:3000 and confirm pages render (not "Internal Server Error")
  3. Run the capture script: python3 capture_site.py (requires Playwright)

The script will skip pages returning HTTP 500 or containing "Internal Server Error" content. Screenshots with server errors should never be committed to the repository.

Environment Management with Doppler:

This repo uses Doppler for secrets management. The doppler.yaml is pre-configured for the erm3 project:

bash
# Verify setup (should show project: erm3, config: dev)
doppler setup

# List all secrets
doppler secrets

# Get a specific secret
doppler secrets get STRIPE_SECRET_KEY

# Export dev secrets to .env.local for curl testing and local dev
npm run doppler:env

# Push production secrets to Vercel (requires vercel login + project link)
npm run vercel:sync-env:doppler

For curl/API testing with Doppler secrets:

bash
# 1. Export secrets to .env.local
npm run doppler:env

# 2. Source them for your shell session
source .env.local

# 3. Use in curl commands
curl -H "Authorization: Bearer $RISKMODELS_API_SERVICE_KEY" \
  https://riskmodels.app/api/health

See DEPLOYMENT.md for detailed Vercel/Doppler integration.

Visit http://localhost:3000

Build & Deploy

bash
# Build for production
npm run build

# Start production server
npm start

Deployment: See DEPLOYMENT.md for Vercel setup, env vars, and Supabase/Stripe config.


πŸ“‚ Repository Structure

Code
RiskModels_API/
β”œβ”€β”€ app/                      # Next.js app
β”‚   β”œβ”€β”€ api/                  # API routes (REST)
β”‚   β”œβ”€β”€ page.tsx              # Hero landing page
β”‚   β”œβ”€β”€ layout.tsx            # Root layout with Navbar/Footer
β”‚   β”œβ”€β”€ docs/[[...slug]]/     # MDX docs renderer
β”‚   β”œβ”€β”€ api-reference/        # Redoc OpenAPI viewer
β”‚   β”œβ”€β”€ examples/             # Code examples showcase
β”‚   └── quickstart/           # Quickstart guide
β”œβ”€β”€ components/               # React components (new)
β”‚   β”œβ”€β”€ Navbar.tsx
β”‚   β”œβ”€β”€ Footer.tsx
β”‚   β”œβ”€β”€ Hero.tsx
β”‚   β”œβ”€β”€ CodeBlock.tsx
β”‚   └── Logo.tsx
β”œβ”€β”€ content/docs/             # MDX content (new)
β”‚   β”œβ”€β”€ api.mdx
β”‚   └── authentication.mdx
β”œβ”€β”€ cli/                      # Command-line CLI (`riskmodels`)
β”œβ”€β”€ sdk/                      # Python SDK (`riskmodels-py`) source
β”‚   └── riskmodels/snapshots/ # Snapshot PDF pipeline (R1 shipped, R2–P4 planned)
β”œβ”€β”€ examples/                 # Runnable examples
β”‚   β”œβ”€β”€ python/
β”‚   └── typescript/
β”œβ”€β”€ mcp/                      # MCP (Model Context Protocol) server
β”œβ”€β”€ public/                   # Static assets (new)
β”‚   β”œβ”€β”€ transparent_logo.svg
β”‚   └── openapi.json          # Generated from OPENAPI_SPEC.yaml
β”œβ”€β”€ styles/                   # Global styles (new)
β”œβ”€β”€ lib/                      # Utilities (new)
β”œβ”€β”€ OPENAPI_SPEC.yaml         # Canonical OpenAPI spec
β”œβ”€β”€ README_API.md             # API reference (source for content/docs/api.mdx)
β”œβ”€β”€ AUTHENTICATION_GUIDE.md   # Auth guide (source for content/docs/authentication.mdx)
β”œβ”€β”€ SEMANTIC_ALIASES.md       # Field definitions
└── package.json              # Next.js deps (new)

πŸ› οΈ Tech Stack (Developer Portal)

  • Framework: Next.js 15 (App Router)
  • Styling: Tailwind CSS 3.4, dark mode default
  • MDX: @next/mdx for documentation
  • API Reference: Redoc (OpenAPI 3.0 viewer)
  • Code Highlighting: Custom CodeBlock with copy button
  • Fonts: Inter (system-ui fallback)
  • Colors: Blue primary (hsl(217, 91%, 60%)), zinc/slate dark palette

πŸ“„ Documentation Files

DocumentDescription
README_API.mdComplete API overview, endpoints, key concepts
API_TERMS.mdAPI Terms of Service (riskmodels.net/terms/api)
PLAID_HOLDINGS_UX.mdPlaid connection flow and holdings API user experience
AUTHENTICATION_GUIDE.mdBearer token, OAuth2, Supabase JWT, rate limits
DOCS_PROCESS.mdProcess for adding new documentation
SEMANTIC_ALIASES.mdField definitions, units, formulas
RESPONSE_METADATA.md_agent block, response headers, pricing
ERROR_SCHEMA.mdError codes and recovery patterns
OPENAPI_SPEC.yamlOpenAPI 3.0.3 specification (v3.0.0-agent)
docs/SNAPSHOT_ROADMAP.mdSnapshot suite roadmap, ADRs, and implementation phases
docs/SNAPSHOT_CONTENT_MAP.md8-page content spec with wireframes and JSON schemas
docs/SNAPSHOT_FRONTEND_ARCH.mdPure-Matplotlib rendering pipeline architecture

πŸ”— Related

  • ERM3 β€” Python risk model computation engine (open source)

🀝 Contributing

We welcome pull requests, especially to improve the OpenAPI spec β€” clearer descriptions, better schemas, and more examples help everyone.

  1. OpenAPI spec: CONTRIBUTING.md β€” PRs to OPENAPI_SPEC.yaml are encouraged
  2. Issues: Open an issue for bugs or feature requests
  3. Examples: Submit new examples via PR to examples/
  4. Docs: Improve documentation by editing MDX files in content/docs/

πŸ“§ Support

  • API Support: service@riskmodels.app
  • Issues: github.com/BlueWaterCorp/RiskModels_API/issues
  • Status: riskmodels.net/status Β· API metrics riskmodels.app/api/status

πŸ“œ License

See LICENSE for details.

Β© 2026 Blue Water Macro Corp. All rights reserved.

Deploy trigger: Tue Jun 9 16:13:22 PDT 2026

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • S
    Stock Market Data MCP

    Real-time stock quotes, history, options chains, sector performance & screening for agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Stock Market Data MCP β†’
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Server β†’
  • Alpha Vantage Mcp logoAlpha Vantage Mcp

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage Mcp β†’
  • Cabrini Market Data logoCabrini Market Data

    US stock market data for AI agents β€” 23 years of minute bars, SEC filings, fundamentals.

    πŸ’° Finance & Fintech0 views
    Compare vs Cabrini Market Data β†’

Frequently Asked Questions about RiskModels

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "riskmodels": { "command": "npx", "args": ["-y", "RiskModels"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRiskModels AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/riskmodels?style=directory)](https://allmcps.com/mcp/riskmodels)
HTML Embed
<a href="https://allmcps.com/mcp/riskmodels"><img src="https://allmcps.com/api/badge/riskmodels?style=directory" alt="RiskModels on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to RiskModels β†’Install in Claude DesktopInstall in CursorInstall in VS Code