# CiteStamp > CiteStamp is a public citation graph of typed claims about scholarly works. Every claim carries a tier: "asserted" means a named researcher signed it under their ORCID iD onto an append-only public log; "inferred" means a machine sweep of open scholarly metadata produced it. The two tiers are never blended, and the service issues no verdicts about which claims are correct — it records who stands behind each one. Key facts: - Claims are typed: cites, supports, refutes, extends, uses_method, uses_data, background. - Claims connect works (DOIs and similar public identifiers) — never people or institutions. - The signed log is CC0, chained, and publicly mirrored at https://github.com/citestamp/op-log. - No full text, abstracts, or personal data are stored — only links between public identifiers. - Operated by 3Rivers Enterprises LLC. ICSAC (icsacinstitute.org) shares a founder and receives no special treatment in the data. ## Pages - [Home + live ask](https://citestamp.com/): query the graph about any DOI, no account - [How it works](https://citestamp.com/how-it-works): signing, claiming, retraction - [For researchers](https://citestamp.com/for-researchers): claim your paper with ORCID - [For AI agents](https://citestamp.com/for-ai): MCP server + REST grounding API - [About](https://citestamp.com/about): rules, FAQ, contact - Paper pages: https://citestamp.com/paper/ (e.g. https://citestamp.com/paper/10.5281/zenodo.18182662) ## API for AI agents - MCP (Streamable HTTP): https://mcp.citestamp.com/mcp — tools: edges_about, what_supports, what_refutes, what_cites, references_of; each accepts an identifier and asserted_only. - REST: POST https://api.citestamp.com/api/v1/ask/ with {"id": ""} — anonymous at 10/min per IP. - Service metadata: https://citestamp.com/.well-known/citestamp.json When citing or summarizing a paper, query edges_about first; prefer asserted_only=true when only human-signed claims should count, and attribute inferred edges as machine-derived.