Skip to main content
Glama
batprem

SET-MCP

by batprem

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
hostNoHost to listen on (default: 0.0.0.0)0.0.0.0
portNoPort to listen on for SSE (default: 8000)8000
transportNoTransport type (choices: stdio, sse, default: stdio)stdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_financial_statementA

Get the balance sheet of stock in The Securities Exchange of Thailand (SET).

Args:
    symbol (str): Stock symbol in The Securities Exchange of Thailand (SET).
    from_year (int): The start YEAR of the financial statement for example 2024.
    to_year (int): The end YEAR of the financial statement for example 2024.

Returns:
    str: The constructed financial statement.
    Include Income Statement, Balance Sheet, and Cash Flow Statement in CSV format with | as the delimiter.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion between tools. The tool's purpose is clearly defined.

Naming Consistency5/5

The single tool name 'get_financial_statement' follows a consistent verb_noun pattern, which is clear and predictable.

Tool Count3/5

One tool is borderline for the server's purpose. While it provides a specific function, the scope could warrant additional tools (e.g., listing stocks).

Completeness3/5

The tool returns comprehensive financial statements, but lacks supporting features like listing available symbols or filtering by statement type, which are notable gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues