CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

AION Indian Market Intelligence for Macro Event & Sector Impact Analysis

aion-analytics/aion-indian-market-intelligence
STDIOregistry active
Summary

You'd reach for this when you need Indian market intelligence baked into your MCP workflows. It surfaces macro-event data and sector-specific impact analysis for the Indian economy, so you can query things like policy changes, economic indicators, or how specific events might affect different industries. The source doesn't detail specific endpoints, but given the focus, expect operations that let you pull event timelines, sector breakdowns, and impact assessments without stitching together multiple data sources yourself. Useful if you're building financial analysis tools, market research agents, or any workflow that needs to understand Indian economic movements programmatically rather than through manual research.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →

Version

AION Indian Market Intelligence for Macro Event & Sector Impact Analysis

Indian Market Intelligence for Macro Event & Sector Impact Analysis.

Indian Market Intelligence for Macro Event & Sector Impact Analysis is the single public identity for this product. It is an API for Indian SaaS developers, professional coders, LLM tools, dashboards, and analyst workflows that need macro event intelligence and sector impact analysis from Indian financial headlines.

AION Indian Market Intelligence for Macro Event & Sector Impact Analysis converts raw Indian financial headlines into market impact ontology output. It answers: what happened, which sectors are exposed, which stakeholders are affected, and which macro effects are in play. It does not tell you what to trade.

Install

pip install aion-indian-market-intelligence

API Key Setup

export AION_API_KEY="<your_api_key>"

Canonical Imports

from aion_indian_market_intelligence import analyze

API Contract

Production usage flows through the managed AION API:

  • POST https://api.aiondashboard.site/v1/analyze
  • header:
    • X-API-Key: <key>
import requests

headers = {"X-API-Key": "YOUR_API_KEY"}
resp = requests.post(
    "https://api.aiondashboard.site/v1/analyze",
    headers=headers,
    json={"headline": "RBI hikes repo rate by 25 bps"},
    timeout=30,
)
resp.raise_for_status()
print(resp.json()["sector_vector"])

Output Contract

Observed top-level output keys:

{
  "headline": "string",
  "event": "string|null",
  "confidence": "float",
  "vix_regime": "string",
  "sector_vector": {},
  "top_positive_sectors": {},
  "top_negative_sectors": {},
  "sector_directional_bias": {
    "positive_bias": [],
    "negative_bias": []
  },
  "stakeholder_views": {},
  "raw_assignment": {}
}

Canonical key note:

  • sector_vector is the canonical output key for sector impact analysis
  • there is no sector_impacts key in the public output contract

Output-Centric Example

Input:

RBI unexpectedly raises repo rate by 50 bps

Example view:

{
  "event": "repo_rate_hike",
  "sector_vector": {
    "Information Technology": 0.18,
    "Realty": -0.52,
    "Financial Services": -0.31,
    "Automobile and Auto Components": -0.26
  },
  "top_positive_sectors": {
    "Information Technology": 0.18
  },
  "top_negative_sectors": {
    "Realty": -0.52,
    "Financial Services": -0.31,
    "Automobile and Auto Components": -0.26
  },
  "macro_effects": {
    "liquidity": "tightening",
    "credit_growth": "slowing",
    "policy_impact_mapping": "rate-sensitive sectors under pressure"
  }
}

This is macroeconomic event API output for Indian Market Intelligence for Macro Event & Sector Impact Analysis. It is structured interpretation, not advice.

Before / After

Headline:

Unseasonal rainfall and hailstorm hit apple orchards in Himachal Pradesh in April

Typical polarity-only output:

  • negative

AION Indian Market Intelligence for Macro Event & Sector Impact Analysis output:

  • event / rule: rain_apple_damage
  • likely losers: Agriculture & Horticulture, Transportation, Consumer Services
  • potential second-order beneficiaries: storage-linked or substitute supply chains
  • stakeholder view: producer losses, policymaker inflation watch, investor attention on downstream second-order effects

Market implication: agriculture-linked exposure under pressure, logistics bottlenecks possible, substitute supply chains may benefit.

What AION Indian Market Intelligence for Macro Event & Sector Impact Analysis Does

  • provides Indian macro event intelligence from financial headlines
  • provides sector impact analysis through the canonical sector_vector
  • supports financial causality mapping and event-to-sector reasoning
  • returns sector exposure intelligence for dashboards, agents, and internal tooling
  • supports policy impact mapping and event-driven financial inference without collapsing into execution language

Why Not Polarity-Only NLP?

Most open-source financial NLP tools stop at polarity scoring.

CapabilityAION Indian Market Intelligence for Macro Event & Sector Impact AnalysisPolarity-only NLP
Indian market event logicYesNo
Sector impact analysisYesNo
Sector exposure intelligenceYesNo
Policy impact mappingYesNo
Stakeholder decompositionYesNo
Macroeconomic event API workflowYesNo
Financial event ontologyYesNo

Polarity-only NLP tells you whether a headline reads positive or negative.

AION Indian Market Intelligence for Macro Event & Sector Impact Analysis tells you:

  • what happened
  • which sectors are affected and in what direction
  • who gains and who loses
  • whether there is a flip side
  • what the evidence layer suggests for further human or system review

Canonical Vocabulary

Public docs, model cards, PyPI copy, MCP copy, and dashboard pages use Indian Market Intelligence for Macro Event & Sector Impact Analysis as the single identity phrase. Supporting vocabulary is maintained in docs/CANONICAL_VOCABULARY.yml.

Primary phrases include:

  • macro event intelligence
  • sector impact analysis
  • sector propagation engine
  • financial causality mapping
  • market impact ontology
  • event-to-sector reasoning
  • macroeconomic event API
  • sector exposure intelligence
  • policy impact mapping
  • event-driven financial inference
  • financial event ontology
  • sectoral impact engine

These phrases are intentional for human search, PyPI discovery, Hugging Face indexing, GitHub topics, MCP registry copy, and LLM retrieval embeddings.

Pricing & Tiers (Draft — Current as of May 2026)

All tiers require an API key. Sign up at https://dashboard.aiondashboard.site/access/register

TierRequests/monthLatency
Free1,000Shared
Builder15,000Shared
Pro75,000Priority
Power250,000Dedicated

Enterprise: custom, GPU-dedicated. Contact via dashboard.

Access And Links

  • API gateway:
    • https://dashboard.aiondashboard.site/systems/api-gateway
  • Website model page:
    • https://dashboard.aiondashboard.site/models/indian-market-intelligence
  • API key registration:
    • https://dashboard.aiondashboard.site/access/register
  • Managed API:
    • https://api.aiondashboard.site/v1/analyze
  • PyPI package:
    • https://pypi.org/project/aion-indian-market-intelligence/
  • GitHub repository:
    • https://github.com/AION-Analytics/aion-indian-market-intelligence
  • Hugging Face model surface:
    • https://huggingface.co/AION-Analytics/aion-indian-market-intelligence
  • Hugging Face demo Space:
    • https://huggingface.co/spaces/AION-Analytics/aion-indian-market-intelligence
  • MCP server repo:
    • https://github.com/AION-Analytics/aion-mcp-server
  • MCP marketplace maintenance register:
    • docs/MCP_MARKETPLACE_MAINTENANCE.md

Current Limits

  • production usage is quota-controlled at the API layer
  • weather and crop coverage still depends on explicit cues in the headline
  • sparse headlines can remain ambiguous
  • pricing and latency tiers above are current commercial positioning and may evolve
  • this repository does not contain model weights, production coefficients, private taxonomy files, training scripts, or backend API server code
  • the PyPI package provides client tooling only. Production inference requires the hosted API.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Categories
Monitoring & Observability
Registryactive
Packageaion-indian-market-intelligence
TransportSTDIO
UpdatedJun 6, 2026
View on GitHub

Related Monitoring & Observability MCP Servers

View all →
Mcp Observability

io.github.infoinlet-marketplace/mcp-observability

Observability for incident agents — query Loki (LogQL), Prometheus (PromQL), Elasticsearch.
Monitor

betterdb-inc/monitor

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
1.1k
Datadog

com.mcparmory/datadog

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events
25
Observability Mcp

thotischner/observability-mcp

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.
5
Datadog Mcp

io.github.tantiope/datadog-mcp

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools
4
Datadog

io.github.us-all/datadog

Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet
1