north7-market-intelligence
NORTH7 — Global AI Infrastructure for Finance & Security
Financial intelligence API for autonomous AI agents. Real-time market signals, risk assessment, regime detection, and geopolitical early warning — built for machines, readable by humans.
Quick Start
No API key needed — try it now:
# Global risk index (0-100)
curl https://north7.ai/v1/risk
# Market regime (BULL/BEAR/SIDEWAYS/CRISIS)
curl https://north7.ai/v1/regimeGet a free API key (1,000 credits, instant):
curl -X POST "https://north7.ai/v1/checkout/free?email=you@example.com&name=MyAgent"Use your key:
curl https://north7.ai/v1/signals/latest -H "X-API-Key: n7_live_your_key"Related MCP server: AlpineDataWorks Intelligence Server
What Makes This Different
Standard Financial APIs | NORTH7 |
Raw price data (OHLCV) | AI-analyzed signals with confidence + reasoning |
Requires API key to try | 3 free endpoints — try instantly |
Built for human developers | Agent-native: MCP, A2A, rich error hints |
Single asset class | Multi-asset: stocks, commodities, forex |
No context | Geopolitics + regime + risk integrated |
Just data | Decision intelligence: "what to do" not "what happened" |
Endpoints
Free (no API key)
Endpoint | Description |
| Global risk index 0-100 + active crises + regional breakdown |
| Market regime: BULL / BEAR / SIDEWAYS / CRISIS |
| API status + data freshness |
Authenticated (API key required)
Endpoint | Credits | Description |
| 1 | All trading signals from 6 AI sources |
| 2 | Alpha Daily — highest conviction opportunities |
| 1 | Real-time prices for 80+ assets |
| 1 | 365-day price history |
| 5 | Deep AI stock analysis |
| 2 | Sector rotation radar |
| 2 | Commodity signals (15 raw materials) |
| 2 | Intraday momentum scanner |
| 10 | Daily geopolitical briefing |
| 10 | Model portfolio positions |
Integration
Python
import requests
# No key needed
risk = requests.get("https://north7.ai/v1/risk").json()
print(f"Risk: {risk['data']['value']}/100 ({risk['data']['status']})")
# With key
headers = {"X-API-Key": "n7_live_your_key"}
signals = requests.get("https://north7.ai/v1/signals/latest", headers=headers).json()
print(f"{signals['data']['count']} signals found")MCP (Model Context Protocol)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"north7": {
"url": "https://north7.ai/mcp",
"transport": "streamable-http"
}
}
}9 tools available: get_trading_signals, get_risk_index, get_market_regime, get_prices, get_stock_analysis, get_intelligence_briefing, get_commodity_signals, get_sector_radar, get_model_portfolio
A2A (Agent-to-Agent)
curl https://north7.ai/.well-known/agent.jsonOpenAPI
curl https://north7.ai/v1/openapi.jsonInteractive docs: north7.ai/v1/docs
Pricing
Tier | Credits | Price | Rate Limit |
Free | 1,000 | Free | 10 req/min |
Starter | 50,000 | €5 | 60 req/min |
Pro | 500,000 | €25 | 300 req/min |
Enterprise | Unlimited | Custom | 1,000 req/min |
Three Pillars
1. AI Agent Infrastructure
Financial intelligence API for autonomous AI agents worldwide. MCP + A2A + OpenAPI compatible.
2. Trading Intelligence
AI-powered trading with autonomous agents. Multi-asset: stocks, commodities, forex.
3. Geopolitical Early Warning
OSINT-powered risk analysis. 1,071 verified predictions with 52.2% calibrated accuracy.
Links
Resource | URL |
Developer Page | |
API Docs (Swagger) | |
OpenAPI Spec | |
MCP Server | |
Agent Discovery | |
AI Plugin | |
Website | |
Track Record |
Built in Austria.
© 2024–2026 NORTH7
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection.
Agent-ready economic, market & geo-health intelligence — 318 MCP tools, 309 driver-backed indices.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Related MCP Servers
- AlicenseAqualityDmaintenanceThe conviction engine for autonomous crypto trading agents. 376 metrics across 8 factor classes, multi-factor backtesting, signal persistence, and regime analysis — 21 tools for AI agents via MCP.2165MIT
- AlicenseNot gradedqualityCmaintenanceAgent-ready economic, market & geo-health intelligence — 163 MCP tools, 155 driver-backed indices.MIT

oneqaz-trading-mcpofficial
AlicenseNot gradedqualityCmaintenanceProvides AI agents with real-time financial market intelligence including regime detection, adaptive signals, macro context chains, and cross-market analysis for crypto, US, and Korean stocks.MIT- FlicenseNot gradedqualityDmaintenanceEnables AI agents to access professional crypto market intelligence via 8 MCP tools, covering market regime, fear/greed, funding rates, DeFi yields, token signals, wallet risk, and contract audits. Backed by real-time data from Binance, DeFiLlama, Etherscan, with both free tools and x402 micropayment options.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a10102010/north7-agent-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server