TokenBel Financial Data
io.github.andreidrang/tokenbel-mcpRead-only MCP server for Belarusian securities: tokens, shares, bonds, companies.
Tools · 19
Get a single token by its TokenBel internal identifier (field name: uuid). Tokens are TokenBel-native tokenized corporate securities on fintech platforms (fainex/finstore/bynex/whitebird), not BCSE-li…
List active tokens with optional filtering by fintech platform and token lifecycle status. Tokens do not have tickers; use this list tool to browse tokenized securities by platform/status. Supports cu…
Get a single BCSE exchange-listed share by its TokenBel internal identifier (field name: uuid). Returns ticker, issuer_uuid/issuer_name, share_kind (common/preferred), nominal value, lot size, and is_…
List active BCSE exchange-listed shares with optional filtering by securities issuer TokenBel internal id (parameter name: issuer_uuid) and today-trading flag. Use issuer_uuid from search_by_name resu…
Get dividend/payout history and an aggregate summary for a single share by its TokenBel internal identifier (field name: uuid). Use search_by_ticker to find a share, then call this tool with the retur…
Get a single BCSE exchange-listed bond by its TokenBel internal identifier (field name: uuid). Returns ticker, issuer_uuid/issuer_name, bond_kind, current coupon/annual yield rate, payment type, matur…
List active BCSE exchange-listed bonds with optional filtering by securities issuer TokenBel internal id (parameter name: issuer_uuid) and today-trading flag. Use issuer_uuid from search_by_name resul…
Get a single company catalogue row by its TokenBel internal identifier (field name: uuid). Returns name, full_name, UNP (Belarusian tax ID), industry, logo, and activity flag. Companies are not always…
List active company catalogue rows with optional filtering by industry. This does not list security_issuer rows directly; use search_by_name to find issuers and then share_list/bond_list with issuer_u…
Search BCSE exchange-listed shares and bonds by ticker (case-insensitive substring match). Tokens are excluded because they do not have ticker symbols. Use the returned uuid value as an opaque TokenBe…
Search companies AND securities issuers by name, full name, or UNP (Belarusian tax ID). Results are tagged with entity_type: "company" (use company_get_by_uuid) or "issuer" (use uuid as issuer_uuid in…
Get NBRB (National Bank of Belarus) official FX rates against BYN (Belarusian ruble) for USD, EUR, and/or RUB. Rates are BYN per 1 unit of foreign currency. Modes: latest (no dates), single_date (date…
Get trading statistics for a BCSE exchange-listed share or bond by TokenBel internal identifier (field name: uuid). Use search_by_ticker first. Modes: latest_30d (default, no dates) reads the refreshe…
Get primary-market sales statistics for a token by its TokenBel internal identifier (field name: uuid). Returns a per-day series of tokens sold (derived from the cumulative instrument_log.sold counter…
Get financial parameters for a company or securities issuer by TokenBel internal identifier (field name: uuid). Returns periodic financial statement metrics (balance, equity, long/short-term assets an…
List summary cards of a company's active tokens (emissions). Accepts a company OR issuer TokenBel id; resolves the company and returns its tokens.
List summary cards of a company's active shares. Accepts a company OR issuer TokenBel id; resolves the company and returns its shares.
List summary cards of a company's active bonds. Accepts a company OR issuer TokenBel id; resolves the company and returns its bonds.
List full published news events across a company's or issuer's full entity graph (the company, its security_issuers, their bonds/shares, and emissions under the company). Accepts a company OR issuer T…
Resources · 9
Field contract and lookup guidance for token. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/token
Field contract and lookup guidance for share. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/share
Field contract and lookup guidance for bond. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/bond
Field contract and lookup guidance for company. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/company
Field contract and lookup guidance for search-result. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/search-result
Field contract and lookup guidance for trading-stats. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/trading-stats
Field contract and lookup guidance for token-stats. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/token-stats
Field contract and lookup guidance for currency-rate. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/currency-rate
Field contract and lookup guidance for company-financial-params. Read this before calling tools or entity resources to learn available fields and semantics.
tokenbel://schemas/company-financial-params
Prompts · 4
Get comprehensive financial data for a company including metrics, ratios, and historical periods
Get trading statistics and market data for shares issued by a company
Get dividend history and payout information for shares issued by a company
Get information about active tokenized securities issued by a company
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tokenbel_financial_data": {
"url": "https://mcp.tokenbel.info/mcp",
"transport": "streamable-http"
}
}
}