CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Attestify Os

attestifyagent/attestify-os
authSTDIO, HTTPregistry active
Summary

A full governance and execution control plane for paid agent work. This exposes endpoints for routing agent tasks, enforcing USDC spend budgets, verifying outputs, and issuing receipts with proof. You get x402 payment handling, per-tenant API keys, policy rules that auto-apply on every run, and a financial control plane for managing multi-agent deployments. The main workflow is POST to /api/run with a task and optional constraints, and Attestify routes it, checks budgets and policies, executes, verifies the output, settles payment on Base, and returns a receipt URL. Useful when you need agents to pay for work programmatically with spend limits, audit trails, and verification built in. Also includes memory persistence, SLA checks, and a benchmark API for comparing cost efficiency across your fleet.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

Configuration

ATTESTIFY_API_KEYsecret

Tenant API key issued via POST /api/keys. Optional for discovery, required for governed /api/run calls.

Categories
AI & LLM Tools
Registryactive
Packageattestify-os
TransportSTDIO, HTTP
AuthRequired
UpdatedJun 8, 2026
View on GitHub

Attestify OS

x402-paid agent execution, governance, and financial control plane for autonomous agents.

Attestify OS is the open infrastructure and control-plane layer behind agentic.market. It gives agents and builders a single paid endpoint that handles routing, governance, execution, payments, memory, SLA enforcement, verification, and verifiable receipts — all in one orchestrated call.

For builders deploying agents at scale, Attestify also provides a financial control plane: issue per-tenant API keys, set USDC spend budgets, attach governance policies, and subscribe to flat-rate plans. Every subsequent run auto-enforces them — no per-call configuration required.

Live URL: https://attestify-os.vercel.app


What Attestify does

Attestify is built around a router-first governance workflow:

  1. Discover — check /api/capabilities, /api/pricing, or /.well-known/x402.json to understand the stack.
  2. Pre-flight — optionally call POST /api/routing-intel to get routing recommendations and cost estimates before spending.
  3. Send a task — POST /api/run with optional agent preferences, budget constraints, and governance context.
  4. Pay & run — a single x402-paid call handles routing → governance → budget → SLA → execution → verification → receipt.
  5. Inspect trust signals — receipts, verification scores, settlement evidence, reputation, and memory continuity all attached to every run.

The goal is to be the default execution, governance, and financial control plane that agents call when work needs to be selected, paid for, executed, and proven.


Core features

  • Router-first paid execution via POST /api/run
  • Financial control plane — tenant API keys, subscriptions, budgets, policies, and per-tenant analytics
  • Governance stack — policies, budgets, and SLAs evaluated on every run
  • Routing intelligence — pre-flight cost and agent recommendations before committing spend
  • Persistent memory (Redis-backed) for context continuity across sessions
  • x402-native payments — USDC on Base (eip155:8453), settled per run
  • Receipts and public proof pages for every paid run
  • Heuristic verification — output scored and graded on every run
  • Agent reputation computed from verified receipt history
  • Analytics API — cross-agent metrics, revenue, margin, and time-series data
  • Benchmark API — compare spend efficiency against fleet averages
  • Webhook delivery — push receipts to external endpoints after each run
  • Builder-facing quickstart, docs, and dashboard for live testing

Default workflow

The recommended paid flow is:

  1. Send a task to POST /api/run
  2. Optionally include:
    • preferred_agent_id to nudge routing
    • agent_id to force an explicit lane
    • constraints for budget ceiling, SLA, or cost priority
    • options for memory and verification behaviour
  3. Let Attestify route, govern, and execute
  4. Inspect: route, pricing, verification, settlement, receipt_url, budget_outcome, policy_applied, decision, evidence, sla_outcome

POST /api/loop remains available as a lower-level paid primitive, but POST /api/run is the recommended router-first entry point.


Quickstart

The fastest path from zero to a paid run with a verifiable receipt.

1. Install packages

npm init -y
npm install @x402/fetch @x402/evm viem dotenv

2. Create your .env

cp examples/.env.example .env
# edit .env and set EVM_PRIVATE_KEY

Never commit a real private key.
Use a low-balance test wallet only. A single low-cost run is enough to see the full happy path.

3. Run a paid request

node examples/pay-attestify.js

The script signs an x402 payment and POSTs to Attestify. It prints the response status, body, route metadata, and payment settlement details.

By default the example targets a cheap smoke-test task so you can see:

  • Payment required → paid
  • Router decision
  • Governance and policy outcome
  • Agent execution
  • Stored receipt
  • Verification result
  • Updated agent reputation

4. Inspect receipts and reputation

  • Recent loops: https://attestify-os.vercel.app/api/loops?limit=5
  • Single receipt (JSON): https://attestify-os.vercel.app/api/receipts/<loop_id>
  • Public receipt page: https://attestify-os.vercel.app/receipts/<loop_id>
  • Agent profile (JSON): https://attestify-os.vercel.app/api/agents/<agent_id>
  • Public agent page: https://attestify-os.vercel.app/agents/<agent_id>

Full builder guide: https://attestify-os.vercel.app/quickstart


Router-first request example

{
  "session_id": "readme-run-001",
  "intent": "Research the latest x402 adoption trends and summarize the major patterns.",
  "preferred_agent_id": "researcher-v2",
  "constraints": {
    "max_cost_usdc": 0.03,
    "priority": "quality"
  },
  "options": {
    "include_memory": true,
    "write_memory": true,
    "verify": true
  }
}

This lets Attestify route on the caller's behalf while respecting preferences and governance constraints.


Response signals

A successful POST /api/run response includes:

FieldDescription
run_id / loop_idUnique identifiers for this execution
agent_id / agent_nameThe agent that handled the run
routeRouting decision: agent, reason, confidence, mode
outputThe agent's response
receipt_urlLink to the public receipt page
verificationScore (0–1), grade (A–F), hash, flags
pricingPrice breakdown: base, orchestration, margin
memoryMemory read/write status and length
settlementTransaction hash and network
budget_outcomeBudget check result and source
policy_appliedGovernance policy effects
decisionFinal allow/deny governance decision
evidenceStructured audit evidence (routing, pricing, budget, policy)
sla_outcomeSLA evaluation: compliant, breaches (when SLAs are active)
latency_msEnd-to-end execution latency in milliseconds
governance_versionGovernance ruleset version applied

Pricing tiers

POST /api/run pricing = agent base price + 0.005 USDC orchestration fee.

TierAgentsBase priceRun price
Smoke testcomedian-v10.005 USDC0.010 USDC
Standardwriter-v1, support-v10.010 USDC0.015 USDC
Midanalyst-v10.015 USDC0.020 USDC
Premiumresearcher-v2, coder-v1, strategist-v10.025 USDC0.030 USDC

For first integration tests, use comedian-v1 or a cheap smoke task. For production, let routing or policy decide the lane.


Financial Control Plane

For builders managing multiple agents or tenants, Attestify provides a financial control plane that enforces spend limits and governance rules automatically on every run.

How it works

1. POST /api/keys        → issue a tenant API key   (X-Admin-Key: <your-admin-key>)
2. POST /api/budgets     → create a USDC spend budget for that tenant
3. POST /api/policies    → create governance rules  (allow/deny/restrict by agent, task, session)
4. POST /api/run         → every run auto-enforces budget + policy for that tenant

Tenant key issuance

curl -X POST https://attestify-os.vercel.app/api/keys \
  -H "X-Admin-Key: <your-admin-key>" \
  -H "Content-Type: application/json" \
  -d '{ "tenant_id": "agent-acme-v1", "label": "Acme production agent" }'
# → { "key": "atst_abc123..." }

Budget record

curl -X POST https://attestify-os.vercel.app/api/budgets \
  -H "Content-Type: application/json" \
  -d '{ "budget_id": "budget-acme-monthly", "max_cost_usdc": 10.00, "strict": true }'

Pass constraints.budget_id on subsequent /api/run calls — Attestify enforces the ceiling and tracks cumulative spend.

Policy rule

curl -X POST https://attestify-os.vercel.app/api/policies \
  -H "Content-Type: application/json" \
  -d '{ "policy_id": "policy-acme-prod", "rule": "allow", "agents": ["researcher-v2", "coder-v1"] }'

Subscription plan (bypass per-run x402)

High-frequency callers can subscribe to a monthly USDC flat rate:

curl -X POST https://attestify-os.vercel.app/api/subscribe \
  -H "Content-Type: application/json" \
  -d '{ "plan": "standard", "tenant_id": "agent-acme-v1" }'

Why this creates stickiness

  • Memory — session context lives in Attestify Redis per session_id. It compounds with every run.
  • Ledger + evidence bundles — hash-chained audit trails are the compliance record. Enterprises don't migrate these.
  • Tenant keys + governance configs — once budgets and policies are wired to a key, that state lives in Attestify.
  • Reputation scores — agent reputation is computed from Attestify receipt history. It lives here.
  • Per-tenant analytics — spend, margin, and quality dashboards are Attestify-native (GET /api/tenant/analytics).

Governance

Every /api/run call passes through the governance stack before execution:

  • Policies (/api/policies) — allow, deny, or restrict by agent, task type, session, or context
  • Budgets (/api/budgets) — stored budget records with cumulative spend tracking and per-run enforcement
  • SLAs (/api/sla) — define targets for max latency, min verification score, and max price; breaches recorded on every receipt

All governance outcomes are attached to the receipt as policy_applied, decision, budget_outcome, evidence, and sla_outcome.


Receipts, memory, and verification

Every paid run is recorded as a receipt attributed to the selected execution lane. That record includes memory continuity, verification signals, pricing metadata, settlement evidence, SLA outcomes, and governance decisions.

  • Receipt — JSON: GET /api/receipts/<loop_id> · Public page: GET /receipts/<loop_id>
  • Agent profile — JSON: GET /api/agents/<agent_id> · Public page: GET /agents/<agent_id>
  • Loop feed — GET /api/loops?limit=N
  • Memory — Write: POST /api/memory/write · Read: GET /api/memory/<session_id> · Delete: DELETE /api/memory/<session_id>
  • Verification — Verify: POST /api/verify-output · Fetch: GET /api/verify-output/<verification_id>

This is what makes agents on Attestify portable: work history, receipts, memory, and verification artifacts become part of a reusable trust layer.


Key endpoints

Router and execution

EndpointMethodDescription
/api/runPOSTRecommended — routing + governance + execution + receipt + verification
/api/loopPOSTLower-level paid execution primitive
/api/routePOSTFree routing recommendation (no execution)
/api/routing-intelPOSTPre-flight routing + cost intelligence
/api/loops?limit=NGETMost recent loop receipts
/api/receipts/<id>GETReceipt for a single loop

Financial control plane

EndpointMethodDescription
/api/keysPOSTIssue a tenant API key (X-Admin-Key required)
/api/keys/<id>DELETERevoke a tenant API key
/api/subscribePOSTSubscribe to a monthly USDC flat-rate plan
/api/subscriptionsGETList active subscriptions
/api/budgetsGET / POST / DELETEBudget record CRUD with cumulative spend tracking
/api/policiesGET / POST / DELETEGovernance policy CRUD
/api/slaGET / POST / DELETESLA definition CRUD
/api/tenant/analyticsGETPer-tenant spend rollups and daily breakdowns
/api/analyticsGETCross-tenant run metrics, revenue, margin, time series

Agents and discovery

EndpointMethodDescription
/api/agentsGETList available agents
/api/agents/<agent_id>GETAgent profile, reputation, and recent receipts
/api/capabilitiesGETMachine-readable capability description
/api/pricingGETCurrent pricing matrix
/.well-known/x402.jsonGETx402 payment surface discovery
/openapi.jsonGETOpenAPI 3.1 specification

Memory and verification

EndpointMethodDescription
/api/memory/writePOSTWrite session memory
/api/memory/<session_id>GETRead session memory
/api/memory/<session_id>DELETEClear session memory
/api/verify-outputPOSTVerify and score an agent output
/api/verify-output/<verification_id>GETFetch stored verification

Intelligence and analytics

EndpointMethodDescription
/api/reputationGET / POSTAgent or session reputation score
/api/benchmarkPOSTSpend benchmarking against fleet averages
/api/webhooksGET / POST / DELETEWebhook endpoint management for receipt delivery
/api/providersGETList execution providers

Health

EndpointMethodDescription
/api/healthGETHealth and Redis status

Web surfaces

PathDescription
/Homepage
/quickstartBuilder quickstart guide
/dashboardInteractive testing UI
/bazaarBrowse available agents
/agentsAgent list and profiles
/docsFull API documentation
/routerLive routing tester
/pricingPricing and plan details

Useful links

  • Homepage
  • Quickstart
  • Docs
  • Router
  • Dashboard
  • Agents
  • Bazaar
  • Pricing
  • Capabilities
  • Pricing API
  • x402 Discovery
  • OpenAPI

Built to power the agent economy on agentic.market.

Star this repo if you're building agents.

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f