@theyahia/spark-interfax-mcp
v1.0.1
Published
MCP server for SPARK-Interfax — business intelligence, due diligence (Russia)
Maintainers
Readme
@theyahia/spark-interfax-mcp
MCP server for SPARK-Interfax -- business intelligence, due diligence, risk scoring, financial data, and affiliate networks for Russian companies.
Tools
| Tool | Description |
|------|-------------|
| search_company | Search by name, INN, or OGRN |
| get_company_profile | Full company profile by spark_id |
| get_financial_data | Revenue, profit, assets by spark_id |
| get_risk_indicators | Risk scoring, reliability index |
| get_affiliated_companies | Affiliate network |
| get_arbitration | Court cases |
| get_executive_list | Directors and founders |
| check_counterparty | Quick due diligence by INN |
Install
Claude Desktop / Cline / Cursor
{
"mcpServers": {
"spark-interfax": {
"command": "npx",
"args": ["-y", "@theyahia/spark-interfax-mcp"],
"env": {
"SPARK_LOGIN": "<YOUR_LOGIN>",
"SPARK_PASSWORD": "<YOUR_PASSWORD>"
}
}
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| SPARK_LOGIN | Yes | SPARK-Interfax login |
| SPARK_PASSWORD | Yes | SPARK-Interfax password |
Demo Prompts
- "Search for company 'Gazprom' in SPARK"
- "Get full profile for SPARK ID 12345"
- "Show financial data for SPARK ID 67890"
- "What's the risk score for SPARK ID 12345?"
- "Show affiliated companies for SPARK ID 12345"
- "Find court cases for SPARK ID 67890"
- "List directors of SPARK ID 12345"
- "Quick due diligence check for INN 7707083893"
API Reference
SPARK-Interfax API documentation is available upon registration at https://spark-interfax.ru/
License
MIT
