← mahastrategies.com

INDIVIDUAL MCP TOOL

mps_claim_preflight

Classify substantive claims in a sanitized nonfiction passage using Maha Provenance Standard v0.1.

mahastrategies.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.mahastrategies.com/api/mcp/mps-preflight

No auth detected

Connect to this endpoint to inspect the live schema for mps_claim_preflight and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mahastrategies.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.maha-mps-preflight]
url = "https://www.mahastrategies.com/api/mcp/mps-preflight"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maha-mps-preflight": {
      "type": "http",
      "url": "https://www.mahastrategies.com/api/mcp/mps-preflight"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maha-mps-preflight
Remote MCP URL: https://www.mahastrategies.com/api/mcp/mps-preflight

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "maha-mps-preflight": {
      "url": "https://www.mahastrategies.com/api/mcp/mps-preflight"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maha-mps-preflight": {
      "type": "http",
      "url": "https://www.mahastrategies.com/api/mcp/mps-preflight"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maha-mps-preflight",
  "transport": "streamable-http",
  "url": "https://www.mahastrategies.com/api/mcp/mps-preflight"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

No related indexed tools.