Data Collection
mahastrategies.com
Search and retrieve public claim records with evidence and version history.
ENDPOINT 1
https://mps.mahastrategies.com/mcp
MCP server metadata
- Name
- MPS Registry
- Version
- 0.1.0
Known tools 4
search_claimsSearch public MPS claim records by topic, status, title, claim text, rationale, tags, or evidence metadata.
Inferred read-onlyget_claim_recordRetrieve the complete public record, including its provenance metadata and content hash.
Inferred read-onlyget_evidence_packetRetrieve a compact, machine-readable evidence packet for one public claim record.
Inferred read-onlycompare_record_versionsCompare two public records and surface an explicitly declared supersession relationship, if present.
Inferred read-onlyCONNECT 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.mps-registry]
url = "https://mps.mahastrategies.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mps-registry": {
"type": "http",
"url": "https://mps.mahastrategies.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mps-registry
Remote MCP URL: https://mps.mahastrategies.com/mcp
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": {
"mps-registry": {
"url": "https://mps.mahastrategies.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mps-registry": {
"type": "http",
"url": "https://mps.mahastrategies.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mps-registry",
"transport": "streamable-http",
"url": "https://mps.mahastrategies.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.mahastrategies.com/api/mcp/mps-preflight
MCP server metadata
- Name
- maha-mps-preflight
- Version
- 0.1.0
Use only with sanitized, non-sensitive passages. The result is automated claim triage, not factual verification or certification.
Known tools 1
mps_claim_preflightClassify substantive claims in a sanitized nonfiction passage using Maha Provenance Standard v0.1.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mahastrategies.com was fetched 2026-08-04T16:36:59.759Z and is being refreshed.
mahastrategies.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.