Skip to main content
ClaudeWave
Waltermelon-lang avatar
Waltermelon-lang

iposignal-microtransactions

View on GitHub

Public MCP server, A2A agent card and x402 API metadata for IPOSignal — IPO intelligence for agents

MCP ServersOfficial Registry0 stars0 forksUpdated 1mo ago
ClaudeWave Trust Score
65/100
· OK
Passed
  • Recently active
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Waltermelon-lang/iposignal-microtransactions
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "iposignal-microtransactions": {
      "command": "node",
      "args": ["/path/to/iposignal-microtransactions/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Waltermelon-lang/iposignal-microtransactions and follow its README for install instructions.
Use cases

MCP Servers overview

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

Machine-readable IPO intelligence from [iposignal.xyz](https://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.

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

Or in a client config:

```json
{
  "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](https://glama.ai/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](https://docs.x402.org/core-concepts/http-402) 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.

| 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/`](./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`](./server.json)
- Contact: iposignal@gmail.com
a2afintechipomcpmcp-serverx402

What people ask about iposignal-microtransactions

What is Waltermelon-lang/iposignal-microtransactions?

+

Waltermelon-lang/iposignal-microtransactions is mcp servers for the Claude AI ecosystem. Public MCP server, A2A agent card and x402 API metadata for IPOSignal — IPO intelligence for agents It has 0 GitHub stars and its last recorded update is dated 2026-08-01.

How do I install iposignal-microtransactions?

+

You can install iposignal-microtransactions by cloning the repository (https://github.com/Waltermelon-lang/iposignal-microtransactions) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Waltermelon-lang/iposignal-microtransactions safe to use?

+

Our security agent has analyzed Waltermelon-lang/iposignal-microtransactions and assigned a Trust Score of 65/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains Waltermelon-lang/iposignal-microtransactions?

+

Waltermelon-lang/iposignal-microtransactions is maintained by Waltermelon-lang. The last recorded GitHub activity is dated 2026-08-01, with 0 open issues.

Are there alternatives to iposignal-microtransactions?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy iposignal-microtransactions to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Waltermelon-lang/iposignal-microtransactions
[![Featured on ClaudeWave](https://claudewave.com/api/badge/waltermelon-lang-iposignal-microtransactions)](https://claudewave.com/repo/waltermelon-lang-iposignal-microtransactions)
<a href="https://claudewave.com/repo/waltermelon-lang-iposignal-microtransactions"><img src="https://claudewave.com/api/badge/waltermelon-lang-iposignal-microtransactions" alt="Featured on ClaudeWave: Waltermelon-lang/iposignal-microtransactions" width="320" height="64" /></a>