Agent API

Financial intelligence for machines

Scroll
01

How It Works

1
Try Free
Risk index and regime detection are free — no API key required. Just call the endpoint.
2
Get Free API Key
Sign up for 1,000 free credits. Access all 12 endpoints instantly.
3
Scale
Upgrade to Starter or Pro for higher limits and priority support.
02

12 Endpoints

Free
/v1/risk 0 credits
/v1/regime 0 credits
/v1/health 0 credits
Signals
/v1/signals/latest 1 credit
/v1/signals/alpha 2 credits
/v1/commodities 2 credits
/v1/intraday 2 credits
Market
/v1/prices 1 credit
/v1/prices/history 1 credit
Analysis
/v1/analysis/{ticker} 5 credits
/v1/sector-radar 2 credits
Premium
/v1/intelligence/briefing 10 credits
/v1/portfolio/model 10 credits
03

Pricing

Free
€0
forever
  • 1,000 credits
  • 10 req/min
  • 3 free endpoints
Get Free Key
Pro
€25
per month
  • 500,000 credits
  • 300 req/min
  • All endpoints
  • Priority support
Contact for Key
Enterprise
Custom
tailored
  • Unlimited credits
  • 1,000 req/min
  • Custom endpoints
Contact Us
04

Integration

REST API
Standard HTTP endpoints with JSON responses
# Get risk index (free, no key) curl https://north7.ai/v1/risk # Get signals (requires key) curl -H "X-API-Key: YOUR_KEY" \ https://north7.ai/v1/signals/latest
MCP Server
Model Context Protocol for Claude and AI agents
{ "mcpServers": { "north7": { "url": "https://north7.ai/mcp" } } }
A2A Protocol
Agent-to-Agent communication standard
# Agent Card discovery curl https://north7.ai/.well-known/agent.json # Returns capabilities, endpoints, # and supported protocols
OpenAPI Spec
Auto-generate clients in any language
# Interactive docs open https://north7.ai/v1/docs # OpenAPI JSON schema curl https://north7.ai/v1/openapi.json