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.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inRU / CISFreeRead-only
What it can do
- Token Get By Uuid: Get a single token/emission by its UUID. Returns full token details including platform, status, pricing, and company info.
- Token List: List active tokens/emissions with optional filtering by platform and status. Supports cursor-based pagination.
- Share Get By Uuid: Get a single share by its UUID. Returns share details including ticker, issuer, nominal value, and trading status.
What data it sees
Do you need an account
No: the server works without sign-in
Read-only MCP server providing access to Belarusian securities data: tokens, shares, bonds, companies, ticker search, and company name or UNP search.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| token_get_by_uuid | Get a single token/emission by its UUID. Returns full token details including platform, status, pricing, and company info. |
| token_list | List active tokens/emissions with optional filtering by platform and status. Supports cursor-based pagination. |
| share_get_by_uuid | Get a single share by its UUID. Returns share details including ticker, issuer, nominal value, and trading status. |
| share_list | List active shares with optional filtering by issuer UUID and trading status. Supports cursor-based pagination. |
| bond_get_by_uuid | Get a single bond by its UUID. Returns bond details including ticker, issuer, coupon rate, maturity date, and trading status. |
| bond_list | List active bonds with optional filtering by issuer UUID and trading status. Supports cursor-based pagination. |
| company_get_by_uuid | Get a single company by its UUID. Returns company details including name, UNP (tax ID), industry, and address. |
| company_list | List active companies with optional filtering by industry. Supports cursor-based pagination. |
| search_by_ticker | Search 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_name | Search companies by name, full name, or UNP (Belarusian tax ID). Case-insensitive substring match. Returns matching companies with full details. |