Skip to main content
Glama
BACH-AI-Tools

GST Insights API MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost (Not applicable)
PORTNoPort (Not applicable)
API_KEYYesThe API key required for authentication.

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_gst_details_using_gst_number

Endpoint: /getGSTDetailsUsingGST/:gst Method: GET Description: Fetches GST details using the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns GST details along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. Example Request: GET /getGSTDetailsUsingGST/22ABCDE1234F1Z5

get_gst_details_using_pan

Endpoint: /getGSTDetailsUsingPAN/:pan Method: GET Description: Fetches GST details using the provided PAN number. Parameters: pan (string, required): A valid PAN number (10 characters). Responses: 200 OK: Returns GST details along with a timestamp. 400 Bad Request: Invalid PAN number. 500 Internal Server Error: An error occurred on the server. Example Request: GET /getGSTDetailsUsingPAN/ABCDE1234F

get_gst_status

Endpoint: /getGSTStatus/:gst Method: GET Description: Retrieves the status of the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns GST status along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. GET /getGSTStatus/22ABCDE1234F1Z5

get_gst_return_filing_status_for_a_specific_year

Endpoint: /getGSTReturnFilingStatusSpecificYear/:gst/:year Method: GET Description: Fetches the GST return filing status for a specific year using the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). year (string, required): The year for which the status is to be fetched. Responses: 200 OK: Returns GST return filing status for the specific year along with a timestamp. 400 Bad Request: Invalid GST number or year. 500 Internal Server Error: An er...

get_address_using_gst

Endpoint: /getAddressUsingGST/:gst Method: GET Description: Retrieves the address associated with the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns the address associated with the GST number along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. GET /getAddressUsingGST/22ABCDE1234F1Z5

get_gst_return_filing_status

Endpoint: /getGSTReturnFilingStatus/:gst Method: GET Description: Fetches the GST return filing status of the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns GST return filing status along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. Example Request: GET /getGSTReturnFilingStatus/22ABCDE1234F1Z5

validate_gst_number

Endpoint: /validateGSTNumber/:gst Method: GET Description: Validates the provided GST number. Parameters: gst (string, required): A valid GST number (15 characters). Responses: 200 OK: Returns validation results along with a timestamp. 400 Bad Request: Invalid GST number. 500 Internal Server Error: An error occurred on the server. GET /validateGSTNumber/22ABCDE1234F1Z5

get_gst_details_using_company_name

Endpoint: /getGSTDetailsUsingCompanyName/:companyName Method: GET Description: Fetches GST details using the provided company name. Parameters: companyName (string, required): The name of the company. Responses: 200 OK: Returns GST details along with a timestamp. 400 Bad Request: Invalid company name. 500 Internal Server Error: An error occurred on the server. Example Request: GET /getGSTDetailsUsingCompanyName/jio

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/BACH-AI-Tools/bachai-gst-insights-api'

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