Mmcp.market

Claims MCP server

by dgonzap30·io.github.dgonzap30/claims-mcp·v0.1.0

A claims memory for agents: assert beliefs, let them decay, surface contradictions.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody has reviewed Claims yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Claims tools (6)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • claim_add

    Assert a claim about an entity (idempotent on entity+kind+claim). Re-asserting updates it.

  • claim_confirm

    Mark a claim as re-confirmed now (resets decay, reactivates it). Optionally set a new confidence.

  • claim_retract

    Retire a claim. It stays in the store but no longer takes part in decay or contradiction checks.

  • claim_search

    Find claims whose text or entity contains the query (case-insensitive).

  • claims_contradictions

    List conflicts among active claims (duplicate priority ranks, multiple status claims per entity). Optionally pass observed weekly ranks to also detect sustained rank drops.

  • claims_decayed

    Active claims whose confidence has decayed past a staleness threshold (0..1, default 0.5), stalest first.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan11 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y claims-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add claims-mcp -- npx -y claims-mcp
Add to Cursor

Claims: common questions

Is Claims MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Claims safety report
How do I install Claims?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Claims need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Claims maintained?
The last commit was in the last day (2026-09-20). The latest release is v0.1.0.

More from dgonzap30