npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

deepsearch-x402-mcp

v1.0.3

Published

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

Readme

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.

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

| Tool | Description | Cost | |------|-------------|------| | get_company | Fundamentals: market cap, PER, PBR, ROE, financials | $0.01 | | get_financials | Latest quarterly financial statements | $0.01 | | get_dividend | Dividend schedule and amounts | $0.01 | | get_news | Recent 30-day news with sentiment | $0.01 | | get_stock_1m | 1-month daily price history | $0.01 | | get_stock_3m | 3-month daily price history | $0.02 | | get_financials_2y | 2-year quarterly financials | $0.02 | | get_stock_1y | 1-year daily price history | $0.03 | | get_financials_5y | 5-year quarterly financials | $0.03 | | get_issue | News-driven issue analysis | $0.05 | | get_risk | Investment risk assessment | $0.05 | | get_stock_3y | 3-year daily price history | $0.05 | | get_financials_all | All available quarterly data | $0.05 |

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | MCP_WALLET_PRIVATE_KEY | ✅ | EVM private key (0x...) — wallet must hold USDC on Base Mainnet | | RESOURCE_SERVER_URL | ❌ | Override 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

Links