Skip to main content
Glama
raportagent

RaportAgent MCP Server

by raportagent

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/raportagent/raportagent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server