
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
riskmodels-mcp-server
Advanced tools
MCP server that exposes RiskModels API visibility inside Cursor (and other MCP clients): discover endpoints, read the agent manifest, list capabilities, and fetch response schemas. No need to clone any other repo—everything runs from this (RiskModels_API) repo.
| URI | Description |
|---|---|
riskmodels:///manifest | Agent Protocol manifest. Fetches from RISKMODELS_API_BASE when set; otherwise returns static capabilities. |
riskmodels:///capabilities | Full list of API capabilities (endpoints, parameters, pricing, examples). |
riskmodels:///schemas/list | List of available response schema paths. |
riskmodels:///schemas/{path} | JSON schema for a response (e.g. ticker-returns-v2.json). |
riskmodels:///openapi | OpenAPI 3.x spec (data/openapi.json). |
| Tool | Description |
|---|---|
riskmodels_list_endpoints | List all public API capabilities (id, name, method, endpoint, short description). |
riskmodels_get_capability | Get full capability by id (parameters, pricing, examples). |
riskmodels_get_schema | Get JSON schema by path (e.g. ticker-returns-v2.json). |
cd mcp-server
npm install
npm run build
Add the server to Cursor (e.g. .cursor/mcp.json in your project):
{
"mcpServers": {
"riskmodels-api": {
"command": "node",
"args": ["/absolute/path/to/RiskModels_API/mcp-server/dist/index.js"]
}
}
}
If you use RiskModels_API as your Cursor workspace, you can use a relative path:
"args": ["mcp-server/dist/index.js"]
Restart Cursor after editing the config.
Optional: Set RISKMODELS_API_BASE=https://riskmodels.net so the manifest resource fetches the live agent manifest from the API.
The MCP server serves static data from mcp-server/data/. When the live RiskModels API gains new endpoints, changes pricing, or updates response schemas, this data should be updated so Cursor and other MCP clients stay in sync.
data/capabilities.json — List of API capabilities (endpoints, methods, parameters, pricing, examples).data/schema-paths.json — List of response schema paths.data/schemas/*.json — JSON Schema files for each response type.data/openapi.json — Optional; can mirror or summarize the repo’s OPENAPI_SPEC.yaml.The canonical API and capabilities live in the Risk_Models platform repo. From that repo you can run npm run generate-mcp-data (in riskmodels_com/) to regenerate capabilities.json, schema-paths.json, and schemas/*.json from the app’s lib/agent registry; then copy the updated files into this repo’s mcp-server/data/. The openapi.json here is a subset of the full OPENAPI_SPEC.yaml and should be updated when new public endpoints are added.
mcp-server/data/:
capabilities.jsonschema-paths.jsonschemas/*.jsonopenapi.json (if used)mcp-server/src/index.ts (and any other source files), then run npm run build inside mcp-server/.riskmodels:///openapi resource.Keeping data/ in sync with the live API after releases or significant API changes ensures the MCP server remains a reliable reference for developers and tools.
FAQs
MCP server for RiskModels API visibility (resources + tools)
We found that riskmodels-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.