Samlly Financial Data

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 Claude Code CLI
claude mcp add --transport http samlly https://mcp.samlly.com/mcp
ChatGPT Codex CLI — shared with the ChatGPT desktop app and IDE extension
codex mcp add samlly --url https://mcp.samlly.com/mcp
Any other client Gemini CLI, Cursor, VS Code, OpenCode and more
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.

  1. The agent connects and lists tools Discovery is free. Each tool declares what it returns and what it costs.
  2. A call is quoted and paid The agent authorises a micropayment in USDC from its own wallet — typically a fraction of a cent.
  3. 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.

ToolReturnsPer call
get_quote_baseLatest price, volume and change for a listed security0.0030 USDC
get_history_baseDaily or intraday OHLCV series over a requested window0.0020 USDC
get_fundamentals_baseReported income statement, balance sheet and cash flow0.0030 USDC
search_securities_baseTicker and identifier lookup across supported venues0.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.