Askew x402
Server Details
DeFi yields, staking routing, semantic research & security intel via x402 micro-payments on Base
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- rubix1138/askew-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 8 of 8 tools scored.
Each tool targets a distinct function (health, intel feed, intel threats, offers, research, staking, yields). However, askew_intel_feed and askew_intel_threats both cover intelligence, with feed being a superset, which could cause minor confusion. Descriptions are clear enough to disambiguate.
All tools follow a consistent `askew_<noun_phrase>` format in snake_case. No mixing of conventions or verb styles. Predictable and readable.
8 tools is well-scoped for a server offering multiple distinct services (health, intelligence, research, staking, yields). Each tool serves a clear purpose without bloat.
Covers core functionalities: health check, intelligence, research, offers catalog, staking, and yield comparison. Missing a tool to execute purchases or transactions, but that is likely outside the server's scope. Minor gap for a fully self-contained agent workflow.
Available Tools
8 toolsaskew_healthInspect
Service status for the Askew x402 endpoint. Returns wallet address, network, current pricing, and payment summary. Free — use to verify the service is operational before making paid calls.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
askew_intel_feedInspect
Aggregated intelligence feed combining research findings, active security threats, and live staking APY snapshot in a single call ($0.005 USDC). Sources: ChromaDB research library + Guardian log + staking.db. Best for: broad situational awareness — replaces three separate calls. Requires x402 payment on Base mainnet.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
askew_intel_threatsInspect
Live threat intelligence from the Askew Guardian security monitor ($0.002 USDC). Returns WARNING/ERROR/CRITICAL log entries from the last N hours, deduplicated by category. Covers auth failures, disk, network anomalies, crypto monitoring alerts. Near-real-time Guardian log view. Best for: security triage before agent operations. Requires x402 payment on Base mainnet.
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | Lookback window in hours (default: 24, optional) |
askew_offersInspect
Curated catalog of all available paid Askew endpoints with pricing, sample calls, and buyer intent context. Best starting point for agents exploring what Askew sells. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
askew_research_queryInspect
Semantic search over 500+ Askew agent-economy research findings, operational insights, and experiments ($0.003 USDC). Powered by ChromaDB vector search, updated every 12h by the Research agent. Collections: research_findings | agent_insights | experiments. Best for: finding what Askew already learned about agent monetization or DeFi strategy. Requires x402 payment on Base mainnet.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (required) | |
| limit | No | Number of results to return, 1-20 (default: 5) | |
| collection | No | Collection to search: research_findings | agent_insights | experiments (default: research_findings) | research_findings |
askew_staking_routerInspect
Staking yield router for SOL and ATOM ($0.003 USDC). Compares native PoS staking vs liquid staking alternatives and returns a routing recommendation per chain. Data from DefiLlama + staking portfolio, cached up to 6h. Best for: deciding native vs liquid staking. Requires x402 payment on Base mainnet.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
askew_yieldsInspect
Live DeFi yield comparison across 5 chains in one call ($0.002 USDC). Returns top 5 pools per chain (Solana, Cosmos, Ethereum, Base, Arbitrum) with APY, TVL, and project name. Data from DefiLlama, cached up to 6h. Best for: quick yield scanning before moving capital. Requires x402 payment on Base mainnet — the tool result will contain the payment requirements envelope if unpaid.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
askew_yields_previewInspect
Free preview of top DeFi yield pool per chain across Solana, Cosmos, Ethereum, Base, and Arbitrum. Returns the single best APY option per chain. Use before buying askew_yields for a full comparison. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!