Oblique Markets
Server Details
x402-paid analytics, market intelligence, research, and LLM inference for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- oblique-markets/mcp-server
- 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 3.2/5 across 5 of 5 tools scored.
wallet_analyze and wallet_spy have significant overlap, both providing wallet analysis and risk scores, though wallet_spy emphasizes real-time surveillance. Other tools are distinct.
Names are inconsistent: 'inference' is a single word, while others use noun_noun or noun_verb patterns with underscores. No clear naming convention.
5 tools is a reasonable count for a specialized server, covering price, inference, token metrics, wallet analysis, and surveillance without being excessive.
Core areas covered but missing features like exchange information, market trends, or multi-wallet comparisons, leaving some gaps for comprehensive market analysis.
Available Tools
5 toolscrypto_priceBInspect
Real-time crypto prices from multiple sources. $0.02/call via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Token symbols (BTC, ETH, etc.) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are available, so the description carries full responsibility for behavioral disclosure. It only states 'Real-time crypto prices from multiple sources' without mentioning whether the operation is read-only, has rate limits, or any other behavioral implications. Cost is noted but not as a behavioral trait.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise with a single sentence plus cost information. It is front-loaded and free of wordiness. However, it could be slightly more structured to include key details like return value format.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, no output schema), the description still lacks information about the return value format, whether it returns a single price or multiple, and any example usage. This is a significant gap for an agent to understand the tool's output.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% as the parameter 'symbols' has a description in the input schema. The tool description adds no additional meaning beyond the parameter description, which is already sufficient for understanding. This meets the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Real-time crypto prices from multiple sources', which directly aligns with the tool name 'crypto_price'. It distinguishes from sibling tools like 'token_metrics' and 'wallet_analyze' by focusing specifically on price data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description mentions a cost of $0.02/call via x402, but does not specify supported tokens, possible limitations, or conditions under which the tool should or should not be used.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
inferenceAInspect
LLM inference via ZenMux (86 models). $0.01 charged; Base upto authorizes $1.00, Solana exact fallback.
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model ID (see /api/v1/models) | |
| messages | Yes | Chat messages array | |
| max_tokens | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses pricing ($0.01 charged, $1.00 authorized) and payment method (Solana fallback), but omits other behavioral traits like rate limits, latency, or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences cover purpose and pricing with no waste. Information is front-loaded and efficiently presented.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Provides basic info for a simple 3-parameter tool but lacks output format description. Given no output schema, the description should hint at what the response contains, which it does not.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 67% schema coverage, the description adds no additional parameter semantics. The max_tokens parameter has no description in schema or description, and tool description does not offer details beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool performs LLM inference via ZenMux with 86 models, specifying the action and resource. It also distinguishes from sibling tools which are all crypto-related.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use or avoid this tool; the context from sibling tools (crypto) implies usage for LLM tasks, but no alternatives or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
token_metricsCInspect
Token analytics: holder distribution, DEX volume, liquidity. $0.03/call via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | |
| token_address | Yes | ERC-20 token contract address |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavioral traits. It only lists output content and pricing, lacking details on side effects, read-only nature, rate limits, or authentication requirements. This is insufficient for an agent to understand operational implications.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with a single sentence capturing the core purpose, plus a pricing note. No extraneous words; information is front-loaded and easily scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description partially compensates by listing the types of analytics returned (holder distribution, DEX volume, liquidity). However, it omits details on return structure, pagination, or how data is formatted, leaving gaps for complex usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50% (only token_address has a brief description). The description adds no parameter details beyond the schema, failing to compensate for the missing coverage. It does not clarify the meaning or usage of chain or token_address.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it provides token analytics including holder distribution, DEX volume, and liquidity. It distinguishes from sibling tools like crypto_price, wallet_analyze, etc., which focus on different aspects. A higher score would require a more explicit verb like 'retrieve' or 'fetch'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. The description only mentions pricing, not contexts or exclusions. Sibling tools suggest different use cases, but this tool's description does not clarify its specific niche.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wallet_analyzeCInspect
Analyze Ethereum/Base wallet: balances, transaction history, risk score. $0.08/call via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | |
| wallet_address | Yes | Ethereum/Base wallet address (0x...) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Mentions cost and 'via x402' but does not disclose safety (e.g., read-only vs. destructive), permissions, rate limits, or side effects. 'Analyze' implies non-destructive but is not explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Short, front-loaded sentence covering action, resource, and outputs. Cost note is extra but valuable. No wasted words, though could be more structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, so description should elaborate on return structure (e.g., format of balances, transaction history, risk score). It does not, leaving the agent with vague expectations. Missing details like time range or data freshness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50% (wallet_address has description, chain does not). Description adds no parameter-level detail beyond the schema; cost info is unrelated. Does not compensate for low coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states verb (Analyze), resource (Ethereum/Base wallet), and outputs (balances, transaction history, risk score). However, does not distinguish from sibling tool 'wallet_spy', which likely has overlapping functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs. alternatives (e.g., wallet_spy). Mentions cost ($0.08/call) but does not state prerequisites, context, or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
wallet_spyAInspect
Real-time wallet surveillance: recent txs, token transfers, DEX swaps, risk score. $0.03/call via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | |
| address | Yes | Wallet address to monitor |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions real-time nature and cost, but lacks details on rate limits, data freshness, accuracy, or what the risk score entails. Acceptable but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that conveys key information without any fluff. It includes essential elements like function, outputs, and cost, earning its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (2 parameters, no output schema, no annotations), the description adequately covers the tool's purpose and outputs. However, it could mention if there are limits on result size or pagination for transactions.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50% (only address has description). The tool description does not add any additional semantics beyond what the schema provides, such as format constraints or default behavior for the chain parameter. It fails to compensate for the missing schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it performs real-time wallet surveillance and lists specific outputs: recent txs, token transfers, DEX swaps, risk score. It also mentions cost, which adds context. This distinguishes it from siblings like 'wallet_analyze'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for monitoring a wallet but does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention when not to use it. The sibling list is present but offers no comparative direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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!