Secant Agent Research
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SECANT_AGENT_RESEARCH_API_BASE_URL | No | Base URL for the live Secant Agent Research API. | https://agentic.secantoutreach.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Run ranked web search for autonomous agents. Unpaid calls return the upstream HTTP 402/x402 payment requirement before execution. Paid retries with a valid payment proof return structured search results from the live Secant Agent Research API. |
| research_packA | Run the full paid research workflow: search, extraction, JSON, and citations. Use this when an agent needs a compact source-backed research packet rather than raw search results. Unpaid calls return x402 payment terms; paid retries return normalized results and extraction details. |
| extract_pageA | Extract readable content, metadata, links, and hashes from page URLs. Use this when the caller already knows which pages matter and only needs cleaned extraction output. Blocked or failed pages are returned as extraction errors by the upstream API. |
| monitor_diffA | Check whether a page changed since a previous hash or text snapshot. Use this for lightweight monitoring of docs, pricing pages, competitor pages, status pages, or other URLs an agent revisits. Unpaid calls return x402 payment terms before execution. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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