Skip to main content
Glama
jnilrac
by jnilrac

Secant Agent Research MCP

CI secant-agent-research-mcp MCP server secant-agent-research-mcp MCP server

MCP wrapper for the Secant Agent Research Pack, a paid x402 research API for autonomous agents.

The server exposes tools for:

  • search: ranked web search.

  • research_pack: search, selected page extraction, normalized JSON, and citations.

  • extract_page: readable page text and metadata extraction.

  • monitor_diff: page change checks.

Tool Behavior

All tools use the same retry-safe x402 pattern:

  1. Call the tool without payment to receive the upstream payment requirement.

  2. Pay the quoted Base USDC requirement with an x402-compatible client.

  3. Retry with the payment proof and, when available, the same payment_identifier.

The wrapper returns payment_required: true and the upstream 402 body for unpaid calls. It does not execute paid work until the live API accepts the payment proof.

The native paid API uses HTTP 402 and Base USDC over x402. If you call a tool without a payment proof, the tool returns the upstream payment requirement so an agent can pay and retry. If you include a valid payment proof, the tool forwards it to the live API.

Related MCP server: JMT x402 MCP Server

Run

docker build -t secant-agent-research-mcp .
docker run --rm -i secant-agent-research-mcp

Environment

Variable

Default

Description

SECANT_AGENT_RESEARCH_API_BASE_URL

https://agentic.secantoutreach.com

Base URL for the live Secant Agent Research API.

Canonical Discovery

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Pay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.
    10
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Exposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.
    25
    69
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Pay-per-call MCP server for WebberSites x402 Data API, offering 45 tools for AI agents: web scraping, document extraction, SEO audits, linting, crypto data, and more, with payment via USDC on Base.
    52
    MIT

View all related MCP servers

Related MCP Connectors

  • Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

  • Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys.

  • x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jnilrac/secant-agent-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server