financial-intelligence

stdio

Used by 1 plugin

Installs consulting-toolkit, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub aznatkoiny/zai-skills --plugin AI-Toolkit
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "financial-intelligence": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/mcp-servers/financial-intelligence/dist/index.js"
      ],
      "env": {
        "FRED_API_KEY": "${FRED_API_KEY}",
        "EDGAR_USER_AGENT": "${EDGAR_USER_AGENT}"
      }
    }
  }
}

Replace placeholder values for: FRED_API_KEY

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Admin access level

This server has elevated permissions. Review the source code before enabling.

Command
node
Access Level
admin
Arguments
${CLAUDE_PLUGIN_ROOT}/mcp-servers/financial-intelligence/dist/index.js
Environment Variables
FRED_API_KEY=${FRED_API_KEY}
EDGAR_USER_AGENT=${EDGAR_USER_AGENT}
Required Secrets
FRED_API_KEY
Capabilities
deployment