CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
jnilrac avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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

Paid x402 page extraction for one to twenty URLs.

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

Paid x402 research pack: search plus extraction and citations.

Parameters* required
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
max_resultsinteger
Maximum number of ranked search results to return.default: 10
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.
querystring
Search query to run through the paid research API.
monitor_diffPaid x402 page diff monitor.6 params

Paid x402 page diff monitor.

Parameters* required
facilitator_idstring
Settlement facilitator id. Use evm-base for Base USDC payments.default: evm-base
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.
previous_hashvalue
Optional previous content hash to compare against the current page.
previous_textvalue
Optional previous page text to compare against the current page.
urlstring
HTTP URL to fetch and compare for the diff monitor.
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
facilitator_idstring
Settlement facilitator id. Use evm-base for Base USDC payments.default: evm-base
paymentobject
x402 payment proof payload containing resource, amount, wallet, and settlement metadata.
payment_identifiervalue
Optional idempotency key. Reuse it on retries to return the cached paid result.
promptstring
Code, configuration, or architecture review prompt for the paid Codex audit.

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM ToolsSearch & Web CrawlingFinance & Commerce
Registryactive
TransportHTTP
UpdatedMay 25, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
joepangallo avatar
Agent Pay

joepangallo/agent-pay

Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
joepangallo avatar
Web Recon Agent

joepangallo/web-recon-agent

Owned-target web security assessment MCP server for authenticated, high-friction apps.
jott2121 avatar
Agent Gate

jott2121/agent-gate

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.
jxoesneon avatar
Gemini Audio Mcp

jxoesneon/gemini-audio-mcp

High-performance audio, music, and voice generation MCP server for Gemini 2.5 and Lyria 3.
kaaustubh avatar
Project Memory Mcp

kaaustubh/project-memory-mcp

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.
kairosmobius avatar
Memory Nexus Mcp

kairosmobius/memory-nexus-mcp

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.