MCP Server
MCP
Rival Regulatory Toolkit
Read-only regulatory source retrieval, citation tracing, authority metadata, and recent filings.
Install
npx -y @tryrival/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@tryrival/regulatory-toolkit",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Managed Rival API key. Required for production API access.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RIVAL_API_KEY"
},
{
"description": "Rival API base URL. Defaults to https://api.tryrival.ai.",
"format": "string",
"name": "RIVAL_API_BASE_URL"
},
{
"description": "Set to true to run against the bundled sample corpus without API access.",
"format": "string",
"name": "RIVAL_FIXTURE_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment