Scope (Claims) - Preview
Server Details
Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- scope-bid/scope-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
14 toolsscope_briefingInspect
Briefing for the authenticated org's recent matter activity. Cross-vertical read; returns matters bucketed by action_required, awaiting_vendor, scheduled, and recently_completed. Use this at session start to ground your AI on what changed since last view.
| Name | Required | Description | Default |
|---|---|---|---|
| horizon_days | No | Lookback window in days for completed-work bucket. |
scope_claims_join_waitlistInspect
Join the claims waitlist. Captures a firm name and contact for the V2 cohort.
| Name | Required | Description | Default |
|---|---|---|---|
| firm | Yes | Firm name. | |
| contact | Yes | Contact email. |
scope_claims_statusInspect
Returns Scope claims server status. V2 launches Q3 2026; until then this surface is Preview/waitlist.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
scope_conflict_logInspect
Search the carrier org's structured conflict-party log across every scope. Use for a prior-representation check before dispatching new work. Filter by party name (case-insensitive substring), optional party_type, and optional lookback window.
| Name | Required | Description | Default |
|---|---|---|---|
| party_name | Yes | Party name to search for. Case-insensitive substring match. | |
| party_type | No | ||
| since_days | No |
scope_credential_alertsInspect
Vendors with expiring or expired credentials (COI, W-9, insurance, BAA). Filtered version of scope_vendor_health.
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No |
scope_get_deliverableInspect
Fetch a single vendor-uploaded deliverable by id. Returns metadata + a short-lived signed download URL.
| Name | Required | Description | Default |
|---|---|---|---|
| deliverable_id | Yes | UUID of the deliverable. |
scope_get_dispatch_routing_stateInspect
Read-only view of the roster auto-routing state machine for one claim/scope. Returns current state, Primary vendor, routing timestamps, time remaining until network fallback, and bid count.
| Name | Required | Description | Default |
|---|---|---|---|
| scope_id | Yes | UUID of the scope. |
scope_list_deliverables_for_scopeInspect
List vendor-uploaded deliverables for a scope. Returns each deliverable with type, vendor name, upload date, file size, notes, secure-link URL (works without login), and a short-lived signed download URL (1 hour TTL).
| Name | Required | Description | Default |
|---|---|---|---|
| scope_id | Yes | UUID of the scope. |
scope_market_rate_compareInspect
Return distribution stats (min / p25 / median / p75 / p90 / max / mean) on awarded-bid amounts across the platform cohort for a given service category and optional jurisdiction. Privacy gate: cohorts under 10 awarded bids across different buyer orgs return cohort_too_small instead of stats.
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Service category slug. | |
| sample_size | No | ||
| jurisdiction | No |
scope_roster_auditInspect
Complete activity log for a single scope. Returns the append-only event chain. Useful for compliance review or matter-record export.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| scope_id | Yes | UUID of the scope. |
scope_search_deliverablesInspect
Search the carrier org's deliverables by free-text query. v1 uses SQL ILIKE on notes + deliverable_type.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| scope_id | No | ||
| deliverable_type | No |
scope_send_deliverableInspect
Ad-hoc re-send of an existing deliverable to additional recipients across one or more channels (email, cms_clio, cms_mycase, cms_filevine, ai_assistant, calendar). Carrier org members only.
| Name | Required | Description | Default |
|---|---|---|---|
| channels | Yes | ||
| recipients | Yes | ||
| deliverable_id | Yes |
scope_spend_rollupInspect
Aggregate awarded-bid spend across the carrier org over a date window. Group by vendor, category, matter_type, jurisdiction, or scope.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| group_by | No | vendor |
scope_vendor_healthInspect
Per-vendor credential, insurance, BAA, and on-time status across your roster. HIPAA BAA tracking is especially relevant for the claims vertical.
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!