Back to Browse

Secant Agent Research MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

About

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

Remote endpoints: streamable-http: https://agentic.secantoutreach.com/mcp/

Security Report

4.2
Use Caution4.2High Risk

This MCP server is a clean wrapper around a paid x402 research API with appropriate authentication mechanisms built into the upstream service. Code quality is good with proper input handling, no credential storage, and reasonable error handling. The server correctly delegates payment validation to the upstream API rather than implementing its own auth logic. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 2 high severity).

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Secant Agent Research MCP

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

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.

Run

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

Environment

VariableDefaultDescription
SECANT_AGENT_RESEARCH_API_BASE_URLhttps://agentic.secantoutreach.comBase URL for the live Secant Agent Research API.

Canonical Discovery

Reviews

No reviews yet

Be the first to review this server!