← Back to Plugins
MCP Server MCP

io.github.philpof102-svg/xsignal

github By github 👁 1 views ▲ 0 votes

x402 pay-per-call data tools for Base agents. Flagship get_intent ABSTAINS instead of guessing.

Homepage Verified source GitHub

Install

npx -y @rakshasar/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://xsignal-production.up.railway.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@rakshasar/xsignal",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "@rakshasar/xsignal",
          "type": "positional",
          "valueHint": "package-name"
        },
        {
          "value": "xsignal-mcp",
          "type": "positional",
          "valueHint": "bin-name"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your 0x Base address for 3 free calls per wallet; beyond that the tools return an x402 pay pointer.",
          "name": "XSIGNAL_WALLET"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...