← Back to Plugins
MCP Server MCP

io.github.ciinkwia/twitter-signal-mcp

github By github 👁 1 views ▲ 0 votes

Live X/Twitter search and AI trend digests. No Twitter API key — pay per call in USDC via x402.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "twitter-signal-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Coinbase CDP API key ID for the wallet that pays the per-call USDC fee",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CDP_API_KEY_ID"
        },
        {
          "description": "Coinbase CDP API key secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CDP_API_KEY_SECRET"
        },
        {
          "description": "Coinbase CDP wallet secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CDP_WALLET_SECRET"
        },
        {
          "description": "Hard per-call USD ceiling; requests quoting more are refused before signing (default 0.05)",
          "format": "string",
          "name": "X402_MAX_PRICE"
        },
        {
          "description": "Named CDP account to pay from (created automatically; default twitter-signal-mcp)",
          "format": "string",
          "name": "CDP_ACCOUNT_NAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...