IPOSignal — MCP server, A2A agent card, x402 API
MCP serverSearchIPO 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.
No other account needed.
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/mcpAdd 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=eyJ1cmwiOiJodHRwczovL2lwb3NpZ25hbC54eXovYXBpL21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://iposignal.xyz/api/mcpIn 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:
| Surface | Endpoint | Auth | Cost |
|---|---|---|---|
| MCP | https://iposignal.xyz/api/mcp | none | free |
| A2A | https://iposignal.xyz/.well-known/agent-card.json | none | discovery free, calls priced below |
| HTTP + x402 | https://iposignal.xyz/api/agent/* | none | pay-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)
| Tool | Returns |
|---|---|
get_ipo_snapshot | Full 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_sentiment | Proprietary 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_metrics | Live 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_sentiment | Aggregate 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 spechttps://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).
- Call the endpoint. Unpaid requests return HTTP 402 with a
PAYMENT-REQUIREDheader describing price, asset, network and recipient. - Your x402 client signs the payment and retries with a
PAYMENT-SIGNATUREheader. - The payment is verified and settled on-chain, then the data returns with a
PAYMENT-RESPONSEsettlement header.
Prices
Live values are always in the agent card under payment.prices — read them there rather than
hardcoding.
| Endpoint | Price |
|---|---|
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
- Product: https://iposignal.xyz
- Agent docs: https://iposignal.xyz/agents
- MCP registry manifest:
server.json - Contact: iposignal@gmail.com
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