aion-indian-market-intelligence-mcp
mcp-name: io.github.AION-Analytics-India/aion-indian-market-intelligence
MCP server wrapper for AION Indian Market Intelligence.
AION Analytics (India) — distinct from Polymathic's AION (astronomy), Aion Analytics LLC (United States), and aion-labs (Israel).
License: Proprietary — hosted API access only. No model weights distributed. Not open-source.
The analyze_news MCP tool sends one Indian financial headline to the hosted AION API and returns the public API response. This package does not bundle a local engine, model weights, taxonomy files, rule files, or private inference logic.
Use it when an MCP-compatible agent already has a headline from another source and needs structured Indian market context: event metadata, confidence, market context, sector_vector, sector exposure summaries, stakeholder views, and assignment metadata when available.
Install
Run directly with uvx:
uvx aion-indian-market-intelligence-mcp
Or install permanently:
pip install aion-indian-market-intelligence-mcp
aion-indian-market-intelligence-mcp
API key
export AION_API_KEY="<your_api_key>"
Register at: https://dashboard.aiondashboard.site/access/register
Claude Desktop
{
"mcpServers": {
"aion-indian-market-intelligence": {
"command": "uvx",
"args": ["aion-indian-market-intelligence-mcp"],
"env": {
"AION_API_KEY": "YOUR_API_KEY"
}
}
}
}
Tool: analyze_news
Input:
{
"headline": "RBI MPC holds repo rate at 6.50% — June 2026",
"published_at": "2026-06-05T10:00:00+05:30"
}
Output shape:
{
"headline": "RBI MPC holds repo rate at 6.50% — June 2026",
"event": "monetary_policy",
"confidence": 0.91,
"macro_signal": "neutral",
"vix_regime": "normal",
"sector_vector": {
"Banking & Financial Services": 0.38,
"NBFCs": 0.14,
"Real Estate": -0.44,
"IT Services": -0.21,
"FMCG": 0.09
},
"top_positive_sectors": ["Banking & Financial Services", "NBFCs"],
"top_negative_sectors": ["Real Estate", "IT Services"],
"stakeholder_views": {
"producer_view": {},
"trader_intermediary_view": {},
"investor_view": {},
"government_fiscal_view": {},
"international_trade_view": {}
},
"raw_assignment": {
"assignment_type": "string|null",
"resolved_event_id": "string|null",
"taxonomy_event_id": "string|null",
"model_event_id": "string|null",
"cause_effect_rule_id": "string|null",
"weather_triggered": false
}
}
sector_vector is the canonical sector-impact output. top_positive_sectors and top_negative_sectors provide compact sector exposure summaries for agent workflows.
Scope
- One text headline per request.
- The wrapper is request/response over MCP stdio by default.
- The caller supplies news, regulatory, or market headlines.
- This package does not ingest feeds, parse PDFs, parse filings, stream updates, or place orders.
Discovery terms
Indian stock market news API, NSE sector impact API, headline-to-context, RBI policy impact API, event-driven market intelligence India, Nifty sector exposure context, sector exposure API India, cyclone/monsoon market impact, LLM tool for Indian equities, financial event intelligence, MCP server, Python SDK.
Links
- Model page:
https://dashboard.aiondashboard.site/models/indian-market-intelligence - API key:
https://dashboard.aiondashboard.site/access/register - PyPI client:
https://pypi.org/project/aion-indian-market-intelligence/
Not investment advice
The API provides market-intelligence context. Execution decisions remain with you.
Release files for aion-indian-market-intelligence-mcp 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aion_indian_market_intelligence_mcp-1.0.3.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aion_indian_market_intelligence_mcp-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.1 kB
Release files / aion_indian_market_intelligence_mcp-1.0.3.tar.gz
| Download URL | aion_indian_market_intelligence_mcp-1.0.3.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eaefb92f5f7ae2994e023a82d962ab10d2348e6d985bbb95fa967f766edbd159
|
|
BLAKE2b-256 checksum How to use checksums |
74d7fcd81fd125a21b228f704781415d634d62a69ef5008e6d174de0603089ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.9
|
Release files / aion_indian_market_intelligence_mcp-1.0.3-py3-none-any.whl
| Download URL | aion_indian_market_intelligence_mcp-1.0.3-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
453c8d6fdf5ec130316f794da34430ea25e298234d58652f86c2271775121ecb
|
|
BLAKE2b-256 checksum How to use checksums |
6bdbb62a2c7e23c8718d71e36b54759c14623c907fa4f8cbe8194ad9c7215bfa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.9
|