We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alby2007/PLTM-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•324 B
"""
PLTM Provenance System
Every claim must have verifiable provenance:
- Source URL (arxiv, github, wikipedia)
- Quoted span from source
- Content hash for verification
- Timestamp of access
"""
from src.provenance.claim_provenance import (
ClaimProvenance,
SourceType,
ProvenanceStore,
ProvenanceChain
)