MCP server is running.
| MCP endpoint | http://localhost:3001/mcp |
| Health | http://localhost:3001/health |
| TLS | disabled (HTTP only) |
| Auth | none (open) |
{
"mcpServers": {
"ebplanner": {
"url": "http://localhost:3001/mcp",
"headers": { "Authorization": "Bearer <MCP_API_KEY>" }
}
}
}