methodiq-mcp
v0.1.0
Published
MCP server for MethodIQ — AI research methodology generator for investment and finance professionals
Maintainers
Readme
MethodIQ MCP Server
AI research methodology generator for investment and finance professionals — accessible from any MCP-compatible AI assistant.
What It Does
MethodIQ generates comprehensive research methodologies for quantitative analysis, financial modeling, and investment due diligence. Get structured outputs with key definitions, data sources, calculation methods, benchmarks, and implementation notes.
Tools
| Tool | Description |
|------|-------------|
| generate_methodology | Generate a research methodology from a description — returns structured analysis framework with benchmarks and data sources |
| save_methodology | Save a methodology to your library (requires API key) |
| list_methodologies | List all saved methodologies (requires API key) |
| get_methodology | Retrieve a saved methodology with full content (requires API key) |
Installation
npx methodiq-mcpClaude Desktop
{
"mcpServers": {
"methodiq": {
"command": "npx",
"args": ["-y", "methodiq-mcp"],
"env": {
"METHODIQ_API_KEY": "your-api-key-here"
}
}
}
}Cursor / VS Code
{
"methodiq": {
"command": "npx",
"args": ["-y", "methodiq-mcp"],
"env": {
"METHODIQ_API_KEY": "your-api-key-here"
}
}
}API Key
- Without API key: 10 free generations/month
- With API key: Higher limits, saved methodology library
Get your API key at methodiq.com/pricing.
Example Usage
"Generate a methodology for evaluating SaaS companies using ARR multiples, NRR, and CAC payback period"
"Create a research framework for commercial real estate cap rate analysis across US metros"
"Build a due diligence methodology for Series B fintech investments focusing on regulatory risk"
License
MIT
