CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Secant Agent Research Pack

jnilrac/secant-agent-research-mcp
5 toolsHTTPregistry active
Summary

This is an MCP wrapper around Secant's paid web research API, which uses the x402 payment protocol with Base USDC. You get four tools: search for ranked results, research_pack for full search plus extraction and citations, extract_page for readable text and metadata, and monitor_diff for change detection. Every call follows a two-step pattern: first request returns a payment quote, then you retry with proof of payment to get the actual data. Useful if you're building agents that need reliable web research with structured output and you're already set up for crypto micropayments. The API is hosted at agentic.secantoutreach.com and the server runs as a Docker container connecting via streamable-http.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
searchPaid x402 web search for autonomous agents.5 params

Paid x402 web search for autonomous agents.

Parameters* required
querystring
Search query to run through the paid research API.
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
max_resultsinteger
Maximum number of ranked search results to return.default: 10
facilitator_idstring
Settlement facilitator id. Use evm-base for Base USDC payments.default: evm-base
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.
extract_pagePaid x402 page extraction for one to twenty URLs.4 params

Paid x402 page extraction for one to twenty URLs.

Parameters* required
urlsarray
HTTP URLs to extract. Limited to 20 pages per request.
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
facilitator_idstring
Settlement facilitator id. Use evm-base for Base USDC payments.default: evm-base
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.
research_packPaid x402 research pack: search plus extraction and citations.6 params

Paid x402 research pack: search plus extraction and citations.

Parameters* required
querystring
Search query to run through the paid research API.
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
max_resultsinteger
Maximum number of ranked search results to return.default: 10
extract_pagesinteger
Number of top search results to extract for the research pack.default: 5
facilitator_idstring
Settlement facilitator id. Use evm-base for Base USDC payments.default: evm-base
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.
monitor_diffPaid x402 page diff monitor.6 params

Paid x402 page diff monitor.

Parameters* required
urlstring
HTTP URL to fetch and compare for the diff monitor.
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
previous_hashvalue
Optional previous content hash to compare against the current page.
previous_textvalue
Optional previous page text to compare against the current page.
facilitator_idstring
Settlement facilitator id. Use evm-base for Base USDC payments.default: evm-base
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.
codex_auditPaid x402 Codex audit entrypoint. Use the REST /codex/jobs endpoint to queue execution.4 params

Paid x402 Codex audit entrypoint. Use the REST /codex/jobs endpoint to queue execution.

Parameters* required
promptstring
Code, configuration, or architecture review prompt for the paid Codex audit.
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
facilitator_idstring
Settlement facilitator id. Use evm-base for Base USDC payments.default: evm-base
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.

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

  • 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
  • OpenAPI: https://agentic.secantoutreach.com/openapi.yaml
  • Agent card: https://agentic.secantoutreach.com/agent-card.json
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM ToolsSearch & Web CrawlingFinance & Commerce
Registryactive
TransportHTTP
UpdatedMay 25, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f