IPOSignal — MCP server, A2A agent card, x402 API

MCP serverSearch

IPO deal terms, SEC filings, AI research and sentiment, plus live valuation metrics for US stocks.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use IPOSignal — MCP server, A2A agent card, x402 API

Install IPOSignal — MCP server, A2A agent card, x402 API

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http iposignal-mcp-server-a2a-agent-c 'https://iposignal.xyz/api/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://iposignal.xyz/api/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=iposignal-mcp-server-a2a-agent-c&config=eyJ1cmwiOiJodHRwczovL2lwb3NpZ25hbC54eXovYXBpL21jcCJ9

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://iposignal.xyz/api/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add iposignal-mcp-server-a2a-agent-c --url 'https://iposignal.xyz/api/mcp'

    Run it once, then sign in with codex mcp login iposignal-mcp-server-a2a-agent-c if the server asks for an account.

From the project's README

As published by Waltermelon-lang/iposignal-microtransactions in README.md.

Machine-readable IPO intelligence from iposignal.xyz: deal terms, SEC filings, AI research, proprietary market and social sentiment, and live valuation metrics for any US-listed company.

Three ways in, all against the same data:

SurfaceEndpointAuthCost
MCPhttps://iposignal.xyz/api/mcpnonefree
A2Ahttps://iposignal.xyz/.well-known/agent-card.jsonnonediscovery free, calls priced below
HTTP + x402https://iposignal.xyz/api/agent/*nonepay-per-request in USDC on Base

No accounts, no API keys, no rate-limit tiers. This repo holds the public metadata, connection docs and examples — the product source is private.


MCP server

Streamable HTTP. Free and ungated: the MCP surface mirrors the paid HTTP endpoints at no cost.

claude mcp add --transport http iposignal https://iposignal.xyz/api/mcp

Or in a client config:

{
  "mcpServers": {
    "iposignal": {
      "type": "streamable-http",
      "url": "https://iposignal.xyz/api/mcp"
    }
  }
}

Tools (4)

ToolReturns
get_ipo_snapshotFull IPO company profile — deal terms, pricing range, expected market cap, SEC registration and prospectus details, offering structure, lifecycle timeline, IBKR indicative borrow fee. Includes AI research with valuation models, competitor benchmarking, underwriter ratings, board analysis and risk factors where available. One of companyId, symbol or cik.
get_ipo_sentimentProprietary daily IPO-market sentiment score, −100 (extreme bearish) to +100 (extreme bullish), with trend over the last N days. Identifies favourable IPO windows and overall appetite for new listings.
get_company_metricsLive valuation metrics for any US-listed company, not just IPOs: SEC XBRL companyfacts TTM fundamentals plus latest close → P/E, P/S, EV/Revenue, EV/EBITDA, PEG, linear yields, net-debt/EBITDA, margins, YoY growth. One of symbol or companyName.
get_ipo_social_sentimentAggregate X/Twitter sentiment for a specific IPO, −1 to +1, with label, post tallies and a one-line summary. Aggregate signal only, not the underlying posts.

Test it live in the Glama MCP inspector by pasting the endpoint URL.


A2A agent card

Served at both paths during the spec transition:

  • https://iposignal.xyz/.well-known/agent-card.json — current spec
  • https://iposignal.xyz/.well-known/agent.json — legacy (v0.2 and earlier)

Discovery manifest: https://iposignal.xyz/api/a2a

Six skills, one free (lookup_companies_with_financials), five paid via x402.


Paying with x402

Endpoints under /api/agent/* are machine-payable using the open x402 protocol. USDC on Base mainnet (eip155:8453).

  1. Call the endpoint. Unpaid requests return HTTP 402 with a PAYMENT-REQUIRED header describing price, asset, network and recipient.
  2. Your x402 client signs the payment and retries with a PAYMENT-SIGNATURE header.
  3. The payment is verified and settled on-chain, then the data returns with a PAYMENT-RESPONSE settlement header.

Prices

Live values are always in the agent card under payment.prices — read them there rather than hardcoding.

EndpointPrice
GET /api/agent/companies?q={query}free
GET /api/agent/ipo/by-symbol/{symbol}$0.01
GET /api/agent/financials/by-symbol/{symbol}$0.01
GET /api/agent/company-metrics?symbol={symbol}$0.02
GET /api/agent/ipo-sentiment$0.01
GET /api/agent/social-sentiment?symbol={symbol}$0.01

See examples/ for a runnable paid call and an MCP call.


Links

Advanced
Delivery
iposignal MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
xyz-iposignal-iposignal
Source
github.com/Waltermelon-lang/iposignal-microtransactions
Hosted endpoint
https://iposignal.xyz/api/mcp