AI SignalDesk

Connectors & assets

Created by Dr. Ananjan Maiti

Connector hub

Connect this app to ChatGPT, Claude, Perplexity, or another VPS app.

Use MCP when the AI client supports tools. Use REST API links when the client only supports URLs or custom actions. Keep tokens private.

01

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>
02

Data API

Use these URLs when a client can fetch JSON but does not support MCP.

GET /api/posts GET /api/trends GET /api/digest/daily
03

Assets

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

Remote MCP configuration

{
  "type": "mcp",
  "server_label": "ai-signaldesk",
  "server_url": "https://signaldesk.ailabworks.tech/mcp",
  "headers": {
    "Authorization": "Bearer <MCP_TOKEN>"
  }
}

What AI clients can read

Available connector capabilities

FeedCurrent jobs, papers, tools, prompts, startup signals, and source links.
TrendsHot topics, ranked titles, category pulse, and weekly/monthly buckets.
DigestEmail-ready daily summary in JSON, text, or HTML.
AssetsHero images, category covers, empty states, and public asset metadata.

Security note

Do not paste secrets into public chat.

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.