Skip to main content
Glama

TokenBel Financial Data

Server Details

Read-only MCP server for Belarusian securities: tokens, shares, bonds, companies.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

10 tools
bond_get_by_uuid
Read-onlyIdempotent
Inspect

Get a single bond by its UUID. Returns bond details including ticker, issuer, coupon rate, maturity date, and trading status.

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesBond UUID (8-36 hex characters)
bond_list
Read-onlyIdempotent
Inspect

List active bonds with optional filtering by issuer UUID and trading status. Supports cursor-based pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-1000, default 50)
is_tradingNoFilter by trading status
cursor_uuidNoPagination cursor UUID
issuer_uuidNoFilter by issuer UUID
cursor_created_atNoPagination cursor datetime (ISO 8601)
company_get_by_uuid
Read-onlyIdempotent
Inspect

Get a single company by its UUID. Returns company details including name, UNP (tax ID), industry, and address.

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesCompany UUID (8-36 hex characters)
company_list
Read-onlyIdempotent
Inspect

List active companies with optional filtering by industry. Supports cursor-based pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-1000, default 50)
industryNoFilter by industry name
cursor_uuidNoPagination cursor UUID
cursor_created_atNoPagination cursor datetime (ISO 8601)
search_by_name
Read-onlyIdempotent
Inspect

Search companies by name, full name, or UNP (Belarusian tax ID). Case-insensitive substring match. Returns matching companies with full details.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-100, default 20)
queryYesName or UNP search query (case-insensitive, e.g. 'bank' matches 'MTBank', 'Priorbank')
search_by_ticker
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-100, default 20)
queryYesTicker search query (case-insensitive substring, e.g. 'MTB' matches 'MTBank')
share_get_by_uuid
Read-onlyIdempotent
Inspect

Get a single share by its UUID. Returns share details including ticker, issuer, nominal value, and trading status.

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesShare UUID (8-36 hex characters)
share_list
Read-onlyIdempotent
Inspect

List active shares with optional filtering by issuer UUID and trading status. Supports cursor-based pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-1000, default 50)
is_tradingNoFilter by trading status
cursor_uuidNoPagination cursor UUID
issuer_uuidNoFilter by issuer UUID
cursor_created_atNoPagination cursor datetime (ISO 8601)
token_get_by_uuid
Read-onlyIdempotent
Inspect

Get a single token/emission by its UUID. Returns full token details including platform, status, pricing, and company info.

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesToken UUID (8-36 hex characters)
token_list
Read-onlyIdempotent
Inspect

List active tokens/emissions with optional filtering by platform and status. Supports cursor-based pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-1000, default 50)
statusNoFilter by status
platformNoFilter by platform
cursor_uuidNoPagination cursor UUID
cursor_created_atNoPagination cursor datetime (ISO 8601)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources