TokenBel Financial Data
Read-only MCP server providing access to Belarusian securities data: tokens, shares, bonds, companies, ticker search, and company name or UNP search.
https://tokenbel.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/tokenbel/financial-data 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://tokenbel.run.tools
Tools (10)
-
token_get_by_uuidGet a single token/emission by its UUID. Returns full token details including platform, status, pricing, and company info.
-
token_listList active tokens/emissions with optional filtering by platform and status. Supports cursor-based pagination.
-
share_get_by_uuidGet a single share by its UUID. Returns share details including ticker, issuer, nominal value, and trading status.
-
share_listList active shares with optional filtering by issuer UUID and trading status. Supports cursor-based pagination.
-
bond_get_by_uuidGet a single bond by its UUID. Returns bond details including ticker, issuer, coupon rate, maturity date, and trading status.
-
bond_listList active bonds with optional filtering by issuer UUID and trading status. Supports cursor-based pagination.
-
company_get_by_uuidGet a single company by its UUID. Returns company details including name, UNP (tax ID), industry, and address.
-
company_listList active companies with optional filtering by industry. Supports cursor-based pagination.
-
search_by_tickerSearch shares and bonds by ticker (case-insensitive substring match). Tokens/emissions are excluded since they do not have tickers. Returns matching securities with entity type, ticker, issuer, and trading status.
-
search_by_nameSearch companies by name, full name, or UNP (Belarusian tax ID). Case-insensitive substring match. Returns matching companies with full details.