MCP endpoint
Use this for ChatGPT, Claude, Cursor, Codex, and other MCP-capable clients.
https://signaldesk.ailabworks.tech/mcp
Auth header: Authorization: Bearer <MCP_TOKEN>
Connectors & assets
Created by Dr. Ananjan Maiti
Connector hub
Use MCP when the AI client supports tools. Use REST API links when the client only supports URLs or custom actions. Keep tokens private.
Use this for ChatGPT, Claude, Cursor, Codex, and other MCP-capable clients.
https://signaldesk.ailabworks.tech/mcp
Auth header: Authorization: Bearer <MCP_TOKEN>
Use these URLs when a client can fetch JSON but does not support MCP.
GET /api/posts
GET /api/trends
GET /api/digest/daily
Use public asset URLs or the MCP asset tools to inspect available images and files.
https://signaldesk.ailabworks.tech/assets/
MCP tools: get_asset_manifest, get_asset
Copy setup
{
"type": "mcp",
"server_label": "ai-signaldesk",
"server_url": "https://signaldesk.ailabworks.tech/mcp",
"headers": {
"Authorization": "Bearer <MCP_TOKEN>"
}
}
What AI clients can read
Security note
Store MCP tokens, webhook tokens, and OpenRouter keys in the client connector settings or VPS environment. The public dashboard shows endpoints only, not secret values.