🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

deepsearch-x402-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepsearch-x402-mcp

MCP server for DeepSearch Korean Stock Intelligence API — pay-per-query via x402 USDC micropayments on Base Mainnet

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

deepsearch-x402-mcp

MCP server for DeepSearch Korean Stock Intelligence API.

Pay-per-query via x402 micropayments — USDC on Base Mainnet. No API key needed.

Setup

1. Get a wallet with USDC

You need an EVM wallet with USDC on Base Mainnet.

  • Buy USDC on Coinbase and send to Base
  • Or bridge from Ethereum via bridge.base.org

2. Add to Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "deepsearch-stocks": {
      "command": "npx",
      "args": ["deepsearch-x402-mcp"],
      "env": {
        "MCP_WALLET_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY"
      }
    }
  }
}

Restart Claude Desktop. You should see 13 tools available.

3. Try it

Ask Claude:

  • "What is Samsung Electronics' current PER and ROE?"
  • "Show me SK Hynix stock performance over the last year"
  • "Analyze the investment risks for NAVER (035420)"

Tools & Pricing

ToolDescriptionCost
get_companyFundamentals: market cap, PER, PBR, ROE, financials$0.01
get_financialsLatest quarterly financial statements$0.01
get_dividendDividend schedule and amounts$0.01
get_newsRecent 30-day news with sentiment$0.01
get_stock_1m1-month daily price history$0.01
get_stock_3m3-month daily price history$0.02
get_financials_2y2-year quarterly financials$0.02
get_stock_1y1-year daily price history$0.03
get_financials_5y5-year quarterly financials$0.03
get_issueNews-driven issue analysis$0.05
get_riskInvestment risk assessment$0.05
get_stock_3y3-year daily price history$0.05
get_financials_allAll available quarterly data$0.05

Environment Variables

VariableRequiredDescription
MCP_WALLET_PRIVATE_KEYEVM private key (0x...) — wallet must hold USDC on Base Mainnet
RESOURCE_SERVER_URLOverride API server URL (default: https://x402.deepsearch.com)

Ticker Format

Korean stocks use 6-digit KRX codes:

  • 005930 — Samsung Electronics
  • 000660 — SK Hynix
  • 035420 — NAVER
  • 005380 — Hyundai Motor
  • 051910 — LG Chem

Keywords

mcp

FAQs

Package last updated on 01 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts