Sign In

@asterpay/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@asterpay/mcp-server

MCP Server for AsterPay x402 Data API — market data, AI tools, crypto analytics, and utilities accessible to AI agents via Model Context Protocol

unpublished
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
23
-36.11%
Maintainers
1
Weekly downloads
 
Created
Source

AsterPay MCP Server

Give AI agents access to 13 pay-per-call data endpoints via Model Context Protocol.

Market data, AI tools, crypto analytics, and utilities — all payable in USDC on Base via x402 protocol.

Available Tools

Market Data

ToolDescriptionPrice
get_crypto_priceReal-time price for any cryptocurrency$0.001
get_ohlcvOHLCV candlestick data for charting$0.005
get_trendingCurrently trending tokens$0.002

AI Tools

ToolDescriptionPrice
ai_summarizeSummarize any text using AI$0.01
ai_sentimentSentiment analysis (positive/negative/neutral)$0.01
ai_translateTranslate text to any language$0.02
ai_code_reviewAI-powered code review with security analysis$0.05

Crypto Analytics

ToolDescriptionPrice
wallet_scoreReputation score for any wallet address$0.05
token_analysisSecurity analysis for ERC-20 tokens$0.10
whale_alertsLarge cryptocurrency movements$0.02

Utility

ToolDescriptionPrice
generate_qr_codeGenerate QR codes from text/URLs$0.005
take_screenshotScreenshot any webpage$0.02
generate_pdfConvert HTML to PDF$0.03

Free Tools

ToolDescription
discover_endpointsList all available endpoints with pricing
check_token_tiersView ASTERPAY token discount tiers
check_wallet_tierCheck your discount tier status

Quick Start

Install

npm install @asterpay/mcp-server

Configure in Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "asterpay": {
      "command": "npx",
      "args": ["@asterpay/mcp-server"]
    }
  }
}

Configure in Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "asterpay": {
      "command": "npx",
      "args": ["@asterpay/mcp-server"]
    }
  }
}

Payment

Endpoints use x402 protocol — the HTTP 402 standard for machine-to-machine payments.

  • Network: Base (mainnet)
  • Currency: USDC
  • Price range: $0.001 – $0.10 per call
  • No API keys needed — pay per call

To enable automatic payments, use @x402/fetch with a funded wallet:

import { wrapFetch } from "@x402/fetch";
const fetchWithPay = wrapFetch(fetch, wallet);

Token Discounts

Hold ASTERPAY tokens (BNB Chain) for up to 60% off all API calls:

TierTokensDiscount
Starter100K10%
Builder500K20%
Pro2M35%
Enterprise10M50%
Whale50M60%

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Feb 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