reapbenefit/samaajdata_mcp
If you are the rightful owner of samaajdata_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Samaajdata MCP Server is designed to facilitate seamless connections to data from Samaajdata, providing a robust platform for data integration and management.
Samaajdata MCP Server
MCP server for connecting to data from Samaajdata.
Setup
- 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.
Running the server
python init.py
python server.py
To access the server, go to http://localhost:8000/sse/
Running Inspector for debugging:
mcp dev server.py
Running the agent API locally
uvicorn agent:app --reload --port 8004
To access the agent API docs, go to http://localhost:8004/docs
Running the agent API on production
uvicorn agent:app --reload --port 8004 --host 0.0.0.0
To access the agent API docs, go to http://localhost:8004/agent/docs
Staging
Dev MCP server: https://dev.mcp.samaajdata.org/sse Dev Agent API: https://dev.agent.samaajdata.org/
Production
Prod MCP server: https://mcp.samaajdata.org/sse Prod Agent API: https://agent.samaajdata.org/