No Description

Lukas Goldschmidt c7dda72849 strategies table looking great 1 month ago
data c7dda72849 strategies table looking great 1 month ago
src c7dda72849 strategies table looking great 1 month ago
strategies c7dda72849 strategies table looking great 1 month ago
tests c7dda72849 strategies table looking great 1 month ago
.env 22e90fa945 mcp clients fix, config to .env 1 month ago
.env.example eb694cf545 gitignore 1 month ago
.gitignore eb694cf545 gitignore 1 month ago
PROJECT.md 7dbaa98994 initial commit - server scaffold 1 month ago
README.md 7dbaa98994 initial commit - server scaffold 1 month ago
Strategy_concepts_0.md c7dda72849 strategies table looking great 1 month ago
Strategy_concepts_1.md c7dda72849 strategies table looking great 1 month ago
Strategy_concepts_2.md c7dda72849 strategies table looking great 1 month ago
Strategy_concepts_examples.md c7dda72849 strategies table looking great 1 month ago
killserver.sh 7dbaa98994 initial commit - server scaffold 1 month ago
requirements.txt 7dbaa98994 initial commit - server scaffold 1 month ago
restart.sh 7dbaa98994 initial commit - server scaffold 1 month ago
run.sh c7dda72849 strategies table looking great 1 month ago
test_servers.sh c7dda72849 strategies table looking great 1 month ago
tests.sh c7dda72849 strategies table looking great 1 month ago

README.md

Trader MCP

MCP server for trading-related helper functions (read-only by default where possible).

Endpoints

  • GET / - landing page
  • GET /health - lightweight health check
  • GET /mcp/sse - MCP SSE transport endpoint

MCP

Implements a small, read-oriented MCP surface under /mcp.

Development

See run.sh / tests.sh in this folder.