streamable-httpMITupdated 3mo ago
MCP wrapper for the Secant Agent Research Pack, a paid x402 research API for autonomous agents.
What can you do with Secant Agent Research Pack?
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.
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
- 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
Install
Add Secant Agent Research Pack to your client. Pick the one you use.
claude mcp add --transport http secant-agent-research-pack https://agentic.secantoutreach.com/mcp/codex mcp add secant-agent-research-pack --url https://agentic.secantoutreach.com/mcp/{
"mcpServers": {
"secant-agent-research-pack": {
"url": "https://agentic.secantoutreach.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"secant-agent-research-pack": {
"type": "http",
"url": "https://agentic.secantoutreach.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"secant-agent-research-pack": {
"url": "https://agentic.secantoutreach.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"secant-agent-research-pack": {
"serverUrl": "https://agentic.secantoutreach.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 98 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | May 25, 2026 |