Secant Agent Research Pack
Server Details
Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- jnilrac/secant-agent-research-mcp
- GitHub Stars
- 0
- Server Listing
- Secant Agent Research
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 2.9/5 across 5 of 5 tools scored.
Each tool has a clearly distinct purpose: codex_audit for auditing, extract_page for page extraction, monitor_diff for diff monitoring, research_pack as a bundled feature, and search for web search. No overlap in functionality.
Names mix verb_noun (extract_page, monitor_diff), noun_noun (codex_audit, research_pack), and a single verb (search). While readable, the pattern is inconsistent.
With 5 tools, the server covers core research tasks without being excessive. Each tool serves a necessary function in the autonomous research workflow.
The set covers essential research operations: search, extraction, monitoring, and a combined pack. A minor gap might be lacking a 'save' or 'export' feature, but overall it's well-scoped for the stated purpose.
Available Tools
5 toolscodex_auditCInspect
Paid x402 Codex audit entrypoint. Use the REST /codex/jobs endpoint to queue execution.
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Code, configuration, or architecture review prompt for the paid Codex audit. | |
| payment | Yes | x402 payment proof payload containing resource, amount, wallet, and settlement metadata. | |
| facilitator_id | No | Settlement facilitator id. Use evm-base for Base USDC payments. | evm-base |
| payment_identifier | No | Optional idempotency key. Reuse it on retries to return the cached paid result. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It indicates the audit is 'paid' but does not describe side effects, permissions required, or whether it is asynchronous (implied by 'queue execution' but not stated). The mention of a REST endpoint adds confusion about how the tool behaves versus the API.
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 concise (two sentences) but the first sentence is a noun phrase lacking a verb, which reduces clarity. The structure is front-loaded but could be more informative without adding length, e.g., by stating the action first.
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 complexity (payment, async execution) and the presence of an output schema, the description should explain workflow steps: what happens after invoking, how results are retrieved, and idempotency behavior. It only mentions 'queue execution' via REST, leaving the flow incomplete for an AI agent.
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%, so the schema documents all parameters. The description adds no additional context for parameters like 'prompt' or 'payment', beyond labeling the tool as paid. It does not clarify the format or constraints of the payment object, leaving the schema to carry the full semantic load.
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 identifies the tool as a 'paid x402 Codex audit entrypoint,' which indicates a specific function but lacks a clear action verb (e.g., 'submit' or 'queue'). It distinguishes the tool from siblings like 'research_pack' by naming 'Codex audit' but doesn't clarify the primary action.
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 mentions an alternative REST endpoint for queueing execution, which implies this tool might not be for direct queueing but offers no explicit when-to-use or when-not-to-use guidance relative to siblings. No criteria for choosing this tool over 'search' or 'research_pack' are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
extract_pageCInspect
Paid x402 page extraction for one to twenty URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | HTTP URLs to extract. Limited to 20 pages per request. | |
| payment | Yes | x402 payment proof payload containing resource, amount, wallet, and settlement metadata. | |
| facilitator_id | No | Settlement facilitator id. Use evm-base for Base USDC payments. | evm-base |
| payment_identifier | No | Optional idempotency key. Reuse it on retries to return the cached paid result. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must disclose behavior. It mentions 'Paid x402' but does not explain the payment process, rate limits, authentication, or side effects. Limited behavioral context.
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?
Single sentence, front-loaded with key information. No wasted words, but could be expanded without harming conciseness.
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?
Despite having an output schema, the tool involves a payment mechanism (x402) that is not explained. The agent cannot infer how to construct the payment object or handle payment failures, leaving critical gaps.
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%, so baseline is 3. The description adds 'one to twenty URLs' which is already in schema. It does not add meaningful explanation for payment or other parameters beyond what the schema provides.
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 the action (page extraction), the resource (URLs), and the scope (one to twenty URLs). It differentiates from sibling tools by mentioning 'paid x402', which implies a unique payment model.
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. Does not specify prerequisites, exclusions, or scenarios where it is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
monitor_diffBInspect
Paid x402 page diff monitor.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP URL to fetch and compare for the diff monitor. | |
| payment | Yes | x402 payment proof payload containing resource, amount, wallet, and settlement metadata. | |
| previous_hash | No | Optional previous content hash to compare against the current page. | |
| previous_text | No | Optional previous page text to compare against the current page. | |
| facilitator_id | No | Settlement facilitator id. Use evm-base for Base USDC payments. | evm-base |
| payment_identifier | No | Optional idempotency key. Reuse it on retries to return the cached paid result. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
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 disclosure behavioral traits. It only mentions 'paid' but does not detail payment requirements, side effects, rate limits, or what happens to data. The output schema exists but is not referenced.
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 concise phrase, front-loading the key trait (paid). However, it lacks structure like multiple sentences and could be more informative.
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?
With 6 parameters, nested objects, and an output schema, the description is too brief. It does not explain the output, how the diff comparison works, or prerequisite conditions, leaving significant gaps in completeness.
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 100%, so the baseline is 3. The description adds no additional meaning beyond what the schema already provides for parameters.
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 'Paid x402 page diff monitor' clearly specifies the tool's function: it monitors page diffs using the x402 payment protocol. It distinguishes from siblings like extract_page or search by focusing on diff monitoring with a payment requirement.
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 diff monitoring with payments, but does not provide explicit guidance on when to use this tool versus alternatives like extract_page for simple extraction. No when-not-to-use or alternative mentions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
research_packCInspect
Paid x402 research pack: search plus extraction and citations.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to run through the paid research API. | |
| payment | Yes | x402 payment proof payload containing resource, amount, wallet, and settlement metadata. | |
| max_results | No | Maximum number of ranked search results to return. | |
| extract_pages | No | Number of top search results to extract for the research pack. | |
| facilitator_id | No | Settlement facilitator id. Use evm-base for Base USDC payments. | evm-base |
| payment_identifier | No | Optional idempotency key. Reuse it on retries to return the cached paid result. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It mentions 'paid x402' but omits crucial behavior: payment handling, failure modes, caching, or what 'extraction and citations' entails operationally.
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?
Single sentence is concise but overly terse for a complex tool with 6 parameters. Front-loads 'paid x402' but omits necessary context, making it borderline under-specified.
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?
Despite output schema existing, the description lacks context on payment prerequisites, interaction between parameters (e.g., extract_pages vs max_results), and expected output form. Leaves significant gaps for a paid research tool.
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?
Input schema has 100% description coverage; description adds no extra parameter meaning beyond 'search plus extraction and citations'. Baseline 3 is appropriate as schema does the heavy lifting.
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 the tool offers a paid research pack combining search, extraction, and citations. It distinguishes from siblings like 'search' and 'extract_page' by implying integration, but does not explicitly differentiate.
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 merely notes it is paid, but fails to specify conditions or context for selection among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchBInspect
Paid x402 web search for autonomous agents.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to run through the paid research API. | |
| payment | Yes | x402 payment proof payload containing resource, amount, wallet, and settlement metadata. | |
| max_results | No | Maximum number of ranked search results to return. | |
| facilitator_id | No | Settlement facilitator id. Use evm-base for Base USDC payments. | evm-base |
| payment_identifier | No | Optional idempotency key. Reuse it on retries to return the cached paid result. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses that it's paid and uses x402 protocol, but does not detail failure modes, rate limits, or idempotency behavior beyond parameter descriptions.
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?
Single sentence, front-loaded with key info (paid x402 web search), but could be slightly more structured for readability.
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?
Lacks explanation of payment workflow, error handling, or result structure despite having an output schema and complex parameters.
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% with clear descriptions, but the tool description adds no additional context for parameters.
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's a paid web search for autonomous agents, but does not differentiate from sibling tools like codex_audit or extract_page.
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 this tool versus siblings; only implies it's for autonomous agents. Missing when-not-to-use or alternatives.
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!
Your Connectors
Sign in to create a connector for this server.