We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/9crusher/mcp-server-kalshi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
new-client-intergrations.mdc•536 B
---
description:
globs:
alwaysApply: false
---
# Apply when asked to add a new tool based on API endpoint
- Ensure you have access to the API docs
- Copy ALL of the fields with COMPREHENSIVE descriptions of each into a [schema.py](mdc:src/mcp_server_kalshi/schema.py)
- Create a new endpoint in [kalshi_client.py](mdc:src/mcp_server_kalshi/kalshi_client.py) that uses this request class
- Write tests for the endpoint in @test_client.py
- Create a new tool that uses the endpoint in [server.py](mdc:src/mcp_server_kalshi/server.py)