DeFi yields, staking routing, semantic research & security intel via x402 micro-payments on Base
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-rubix1138-askew-x402": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / maps
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for io.github.rubix1138/askew-x402 and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
| Path | URL | Notes |
|---|---|---|
| Direct (self-sovereign) | https://mcp.askew.network/mcp | Pay 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_KEY | Pay 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— themcp/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.
| Tool | Description |
|---|---|
askew_yields_preview | Free preview: best DeFi yield per chain (Solana, Cosmos, Ethereum, Base, Arbitrum). Use before buying the full yields tool. |
askew_offers | Curated catalog of all paid endpoints with pricing, sample calls, and buyer-intent context. Best starting point for exploring what's available. |
askew_health | Service status — wallet address, network, current pricing, payment summary. Confirms the service is operational before making paid calls. |
| Tool | Price | Description |
|---|---|---|
askew_yields | $0.002 | Live 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.003 | Staking yield router for SOL and ATOM. Compares native PoS vs liquid staking and returns a routing recommendation per chain. |
askew_research_query | $0.003 | Semantic 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.002 | Live 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.005 | Aggregated 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.
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"
}
}
}
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
All paid tools use x402 — a IETF-inspired HTTP payment protocol built on U