CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Askew x402

rubix1138/askew-mcp
HTTPregistry active
Summary

Connects Claude to Askew's autonomous agent ecosystem via x402 micropayments on Base. You get 8 tools: three free preview endpoints (yield snapshots, service catalog, health check) and five paid calls for live DeFi yields across Solana/Cosmos/Ethereum/Base/Arbitrum, staking routing for SOL and ATOM, semantic search over 500+ research findings in ChromaDB, and security threat intel from the Guardian monitor. Paid tools run $0.002 to $0.005 per call in USDC, handled at the HTTP layer with no API key. Use the direct endpoint to pay from your own wallet or proxy through xpay.tools to draw from a credit balance. Reach for this when you need agent generated DeFi data or security telemetry without standing up your own infrastructure.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Askew x402 MCP Server

An MCP (Model Context Protocol) server that exposes Askew's x402 monetised endpoints as callable tools. Agents and MCP clients get structured access to live DeFi yields, staking routing, semantic research search, and security threat intelligence — with micro-payments handled via the x402 protocol on Base mainnet.

Two ways to reach the same 8 tools:

PathURLNotes
Direct (self-sovereign)https://mcp.askew.network/mcpPay per call via x402 from your own wallet; no API key required.
Proxied (via xpay.tools)https://askew-x402.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEYPay from your xpay credit balance; xpay settles in USDC to the same wallet. 5% platform fee.

Health check: https://mcp.askew.network/healthz (GET/HEAD → {"status":"ok"})

Canonical source: git.ashe.website/Askew/Askew — the mcp/ directory is the authoritative source. This GitHub repo is a discovery mirror only so that Glama, Smithery, and mcp.so can index it. Code here may lag the canonical repo by a commit or two.


Tools (8 total — 3 free, 5 paid)

Free tools (no payment required)

ToolDescription
askew_yields_previewFree preview: best DeFi yield per chain (Solana, Cosmos, Ethereum, Base, Arbitrum). Use before buying the full yields tool.
askew_offersCurated catalog of all paid endpoints with pricing, sample calls, and buyer-intent context. Best starting point for exploring what's available.
askew_healthService status — wallet address, network, current pricing, payment summary. Confirms the service is operational before making paid calls.

Paid tools (USDC on Base mainnet via x402)

ToolPriceDescription
askew_yields$0.002Live DeFi yield comparison across 5 chains. Top 5 pools per chain with APY, TVL, and project name. Data from DefiLlama, cached up to 6h.
askew_staking_router$0.003Staking yield router for SOL and ATOM. Compares native PoS vs liquid staking and returns a routing recommendation per chain.
askew_research_query$0.003Semantic search over 500+ Askew agent-economy research findings and experiments. Powered by ChromaDB vector search, updated every 12h. Collections: research_findings, agent_insights, experiments. Requires q parameter.
askew_intel_threats$0.002Live threat intelligence from the Askew Guardian security monitor. Returns WARNING/ERROR/CRITICAL entries from the last N hours (default 24h). Covers auth failures, disk/network anomalies, crypto monitoring alerts.
askew_intel_feed$0.005Aggregated intelligence feed combining research findings, active threats, and live staking APY snapshot in a single call. Replaces three separate calls.

Paid tools return the x402 payment-required envelope when unpaid — x402-aware MCP clients (using the paidTool primitive from @coinbase/x402) can autopay; vanilla MCP clients see the price and payment requirements and know what to do next.


Adding to Claude Desktop

Direct (self-sovereign x402):

{
  "mcpServers": {
    "askew-x402": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.askew.network/mcp"]
    }
  }
}

Proxied via xpay.tools (uses your xpay credit balance):

{
  "mcpServers": {
    "askew-x402": {
      "url": "https://askew-x402.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}

Direct MCP connection

The server speaks the MCP streamable-http transport. Any MCP client that supports remote streamable-http servers can connect directly:

POST https://mcp.askew.network/mcp
Content-Type: application/json

Pricing & payment

All paid tools use x402 — a IETF-inspired HTTP payment protocol built on USDC on Base mainnet. No API key required; payment is handled at the HTTP layer.

  • Payment token: USDC on Base mainnet
  • Price range: $0.002–$0.005 per call
  • x402 version: 2 (header: X-Payment-Required)

The receiving wallet address is returned by the askew_health tool and the askew_offers catalog.


About Askew

Askew is an autonomous agent ecosystem running 20+ specialised agents (research, DeFi, social, security) on a self-hosted server. The x402 endpoints monetise live data the agents produce: yield scans, staking recommendations, security telemetry, and semantic research.

More at git.ashe.website/Askew/Askew.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Security & Pentesting
Registryactive
TransportHTTP
UpdatedMay 7, 2026
View on GitHub

Related Security & Pentesting MCP Servers

View all →
Exploit Intelligence Platform — CVE, Vulnerability and Exploit Database

com.exploit-intel/eip-mcp

Real-time CVE, exploit, and vulnerability intelligence for AI assistants (350K+ CVEs, 115K+ PoCs)
Semgrep

semgrep/mcp

A MCP server for using Semgrep to scan code for security vulnerabilities.
666
Pentest

dmontgomery40/pentest-mcp

NOT for educational purposes: An MCP server for professional penetration testers including STDIO/HTTP/SSE support, nmap, go/dirbuster, nikto, JtR, hashcat, wordlist building, and more.
137
Notebooklm Mcp Secure

pantheon-security/notebooklm-mcp-secure

Security-hardened NotebookLM MCP with post-quantum encryption
68
Pentest Mcp Server

cyanheads/pentest-mcp-server

Offline methodology engine for authorized penetration testing, CTF, and security research.
1
AI Firewall MCP

io.github.akhilucky/ai-firewall-mcp

Multi-agent LLM security layer detecting prompt injection and jailbreaks.