Secant Agent Research
This MCP server enables autonomous agents to perform paid web research via the Secant Agent Research x402 API, using a pay-per-request model with Base USDC.
search: Run ranked web searches with natural language queries, returning up to 10 structured results.research_pack: Full end-to-end research workflow combining search, page extraction, normalized JSON output, and citations in a single call. Supports up to 5 page extractions.extract_page: Extract readable content, metadata, links, and content hashes from one or more known URLs.monitor_diff: Monitor page changes by comparing current content against a previous hash or text snapshot — useful for tracking docs, pricing, or competitor pages.
Payment flow (all tools): Unpaid calls return an x402 payment requirement. Pay the quoted Base USDC amount, then retry with the payment proof and an optional idempotency key to receive results.
Secant Agent Research MCP
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:
Call the tool without
paymentto receive the upstream payment requirement.Pay the quoted Base USDC requirement with an x402-compatible client.
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: Base Intel Search
Run
docker build -t secant-agent-research-mcp .
docker run --rm -i secant-agent-research-mcpEnvironment
Variable | Default | Description |
|
| Base URL for the live Secant Agent Research API. |
Canonical Discovery
Buyer page: https://agentic.secantoutreach.com/agent-research
Smithery listing: https://smithery.ai/servers/hello-j2mo/secant-agent-research-pack
x402 manifest: https://agentic.secantoutreach.com/.well-known/x402.json
Agent card: https://agentic.secantoutreach.com/agent-card.json
Maintenance
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
- Alicense-qualityCmaintenance250+ AI-powered MCP tools: research, write, code, translate, scrape, sentiment, vision, RAG, agent memory, marketplace, trading signals, and more. 15 models across 7 providers. Pay-per-use via API key or x402 USDC micropayments.Last updated2MIT
- Alicense-qualityCmaintenancePay-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.Last updated231MIT
- AlicenseBqualityCmaintenanceExposes 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.Last updated25332MIT
- Alicense-qualityAmaintenanceEnables web content extraction, reading, crawling, and pricing via MCP tools, with pay-per-fetch in USDC on Base using x402.Last updated8MIT
Related MCP Connectors
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Autonomous research agent that pays every source it cites in USDC on Arc via x402 micropayments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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