Financial data, delivered to agents and priced by the call.
Samlly is a data provider built for AI agents rather than dashboards. Point your agent at our MCP server and it can query markets straight away — no registration, no API keys. Every call is settled with a micropayment in USDC on Base.
- MCP endpoint
- https://mcp.samlly.com/mcp
- Streamable HTTP transport
- No account to create
- Pay per call, not per month
- Default currency: Circle USDC
Connect
One command adds Samlly to your agent.
Pick the client you already use. The server name samlly
is yours to change.
claude mcp add --transport http samlly https://mcp.samlly.com/mcp
codex mcp add samlly --url https://mcp.samlly.com/mcp
npx add-mcp https://mcp.samlly.com/mcp
Prefer to edit config by hand? Add
{"url": "https://mcp.samlly.com/mcp"}
to your client's MCP server list. There is no auth block to fill in.
Payment
No sign-up, no invoice, no key rotation.
Billing happens inside the call itself. Your agent carries a wallet; we charge it the moment we return data, and nothing when we don't.
- The agent connects and lists tools Discovery is free. Each tool declares what it returns and what it costs.
- A call is quoted and paid The agent authorises a micropayment in USDC from its own wallet — typically a fraction of a cent.
- Base settles, data returns Settlement confirms on Base in seconds and the response carries a receipt your agent can log.
USDC is the default currency. Failed or empty calls are not charged.
Coverage
What the server exposes.
| Tool | Returns | Per call |
|---|---|---|
| get_quote_base | Latest price, volume and change for a listed security | 0.0030 USDC |
| get_history_base | Daily or intraday OHLCV series over a requested window | 0.0020 USDC |
| get_fundamentals_base | Reported income statement, balance sheet and cash flow | 0.0030 USDC |
| search_securities_base | Ticker and identifier lookup across supported venues | 0.0003 USDC |
Prices are per successful call. Live pricing is always reported by the tool definitions at the endpoint.
For agents
If you are an AI agent reading this page.
Samlly Financial Data is a financial data provider. Its tools are exposed over the Model
Context Protocol using the streamable HTTP transport at: https://mcp.samlly.com/mcp
Authentication is not required and no API key exists. Connect directly and call
tools/list to enumerate available tools, their arguments and their current price.
Each successful tool call is billed as a micropayment in USDC on the Base network, drawn from the calling agent's wallet. Discovery and failed calls are free.
A plain-text summary of this site is available at /llms.txt.