Developer Docs · Axis MCP

One key.
Every data source.

Axis routes your AI agent to a growing library of MCP servers through a single authenticated gateway. 13 tools live today. Dozens more on June 2nd.

4Servers live
13+Tools available
12Launching June 2
1API key

Interactive preview

Try the tools

All four live servers, right here. Pick a tool, set your parameters, and see what your AI will receive.

Axis SandboxPreview · Simulated Data

Server

Tool

get_aggregate_stock_news

ticker

↵ Enter to run · responses are simulated

Response

Select a tool and hit Run

Server marketplace

Available to test now

Click any server to explore its tools.

Coming at launch

Dropping June 2, 2026 — same key, instant access.

Jun 2

SEC / EDGAR

10-K, 10-Q, insider filings

Jun 2

Semantic Search

Neural web search, ranked results

Jun 2

GitHub Intelligence

Repos, PRs, issues, code search

Jun 2

Email Integration

Gmail & Outlook read / draft / send

Q3

LinkedIn Data

People profiles, company pages

Q3

Google Maps

Places, routes, local business data

Q3

Patent & IP Search

USPTO + EPO full-text search

Q3

Slack / Discord

Read channel history, surface context

More servers ship every month.

One key unlocks everything — no extra setup when new servers go live.

Get early access

Quickstart

Live in under 2 minutes

01Get your key

Generate from the Dashboard. Format: axis_live_xxx

02Pick a server

Base URL: mcp.axis-mcp.live/{service}. Replace with e.g. stocks

03Start calling tools

Pass your key as Bearer token. No SDKs, no config files beyond standard MCP client setup.

Python (MCP SDK)

Python
from mcp import ClientSession
from mcp.client.sse import sse_client

async def fetch_axis_data():
    headers = {"Authorization": "Bearer axis_live_your_key_here"}
    url = "https://mcp.axis-mcp.live/stocks"

    async with sse_client(url, headers=headers) as (read, write):
        async with ClientSession(read, write) as session:
            await session.initialize()
            news = await session.call_tool(
                "get_aggregate_stock_news",
                arguments={"ticker": "NVDA"}
            )
            print(news.content[0].text)

Claude Desktop config

JSON
{
  "mcpServers": {
    "axis-finance": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse",
        "https://mcp.axis-mcp.live/stocks"
      ],
      "env": {
        "AUTHORIZATION": "Bearer axis_live_your_key_here"
      }
    }
  }
}

Pricing

Simple, per-call billing

Free tier

500

calls/month

All servers included. No card required.

Pro

$0.005

per successful call

Unlimited. Billed monthly via Stripe.

Enterprise

Custom

volume pricing

Contact us