MCP server for connecting to data from Samaajdata.
- Install virtual environment
python -m venv venv- Activate virtual environment
source venv/bin/activate- Install dependencies
pip install -r requirements.txt- Copy
.env.exampleto.envand fill in the empty values.
python init.py
python server.pyTo access the server, go to http://localhost:8000/sse/
Running Inspector for debugging:
mcp dev server.pyuvicorn agent:app --reload --port 8004To access the agent API docs, go to http://localhost:8004/docs
uvicorn agent:app --reload --port 8004 --host 0.0.0.0To access the agent API docs, go to http://localhost:8004/agent/docs
Dev MCP server: https://dev.mcp.samaajdata.org/sse Dev Agent API: https://dev.agent.samaajdata.org/
Prod MCP server: https://mcp.samaajdata.org/sse Prod Agent API: https://agent.samaajdata.org/