← Back to Plugins
MCP Server MCP

io.github.DeepSearch-Common/korean-stocks

github By github 👁 1 views ▲ 0 votes

Korean stock & crypto for AI agents. KRX news, financials, risk via x402 USDC payments.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "deepsearch-x402-mcp",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EVM wallet private key (0x...) holding USDC on Base Mainnet. Used to automatically pay for API queries via x402 micropayments.",
          "isRequired": true,
          "isSecret": true,
          "name": "MCP_WALLET_PRIVATE_KEY"
        },
        {
          "description": "Override API server URL. Default: https://x402.deepsearch.com",
          "name": "RESOURCE_SERVER_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...