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

Capabilities

Features and capabilities supported by this server

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_statement

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/batprem/set-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server