RaportAgent MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_report | Start a RaportAgent market/compliance research report. Typically takes ~15 min, occasionally longer under load (hard timeout: 45 min), so this returns a report_id immediately (status: queued) unless you set wait_seconds. Use get_report_status to poll, then get_report to fetch the finished markdown. Costs 1 credit (2 credits for the 'battlecard' template). |
| get_report_statusA | Check whether a report is queued, in_progress, completed, failed, or cancelled. |
| get_reportA | Fetch a completed report's full markdown content and section list. |
| get_report_auditA | Get a report's audit trail / provenance: AI models, agents, source counts, and a SHA-256 of the exact content. Useful for compliance review and verifying a report has not been altered. |
| get_report_sources | List every source cited in a report with link-health counts (working / uncertain / dead) and how many are actually cited inline. Use this to decide whether a report is trustworthy enough to act on, or whether to regenerate it. |
| cancel_report | Cancel a report that is still queued or in progress and refund its credit. Fails if the report has already completed or failed (nothing to cancel at that point). |
| list_reports | List your recent reports (most recent first). |
| get_accountA | Show your RaportAgent account: remaining credits and plan. |
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
- 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/raportagent/raportagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server