CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

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

Cross AI Tools

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
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

AuthProof

kaleckh/agentauth
7 toolsSTDIOregistry active
Summary

You'd reach for this when you need Claude to interact with APIs that require cryptographic proof of identity rather than traditional API keys. Agents self-register and sign each request using ERC-8128, an Ethereum standard for verifiable credentials, which prevents replay attacks where someone could reuse a captured request. This is useful when building AI agents that need to authenticate against blockchain-based services or any API that supports signed request verification. Instead of hardcoding secrets or managing key rotation, the agent generates its own keypair and proves its identity mathematically with each call.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
discover_authproof_projectsDiscover projects on AuthProof that accept agent registrations.1 params

Discover projects on AuthProof that accept agent registrations.

Parameters* required
limitnumber
Maximum number of projects to return. Defaults to 10.default: 10
register_authproof_agentGenerate a wallet locally and register this agent with an AuthProof project.2 params

Generate a wallet locally and register this agent with an AuthProof project.

Parameters* required
namestring
Human-readable display name for this agent.
projectIdstring
The project ID to register with.
check_authproof_registration_statusCheck whether this agent's registration has been approved for a project.1 params

Check whether this agent's registration has been approved for a project.

Parameters* required
projectIdstring
The project ID to check approval status for.
send_signed_authproof_requestMake an authenticated HTTP request signed with your AuthProof agent wallet.4 params

Make an authenticated HTTP request signed with your AuthProof agent wallet.

Parameters* required
urlstring
The full URL to send the request to.
bodystring
Request body as a string for POST, PUT, or PATCH requests.
methodstring
HTTP method to use.one of GET · POST · PUT · PATCH · DELETE · HEADdefault: GET
headersobject
Additional HTTP headers to include.
send_paid_authproof_requestMake a signed request and automatically handle 402 payment flows with USDC.4 params

Make a signed request and automatically handle 402 payment flows with USDC.

Parameters* required
urlstring
The full URL to send the request to.
bodystring
Request body as a string for POST, PUT, or PATCH requests.
methodstring
HTTP method to use.one of GET · POST · PUT · PATCH · DELETE · HEADdefault: GET
headersobject
Additional HTTP headers to include.
get_authproof_wallet_infoGet the current agent wallet address and chain ID.1 params

Get the current agent wallet address and chain ID.

Parameters* required
includeConfigSummaryboolean
When true, include non-secret runtime configuration such as the configured AuthProof server URL and whether auto-pay is enabled.default: false
report_authproof_issueReport an issue or observation to an AuthProof project owner.6 params

Report an issue or observation to an AuthProof project owner.

Parameters* required
typestring
Type of report.one of auth_failure · api_error · rate_limit · task_failure · policy_issue · performance
titlestring
Short summary of the issue.
messagestring
Detailed description of what happened.
metadataobject
Additional structured context as key-value pairs.
severitystring
Severity level.one of critical · warning · info
projectIdstring
The project ID to report to.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

AUTHPROOF_SERVER

AuthProof server URL

AGENT_PRIVATE_KEY

Agent wallet private key (hex)

AUTHPROOF_CHAIN_ID

Chain ID for signing

AUTHPROOF_RPC_URL

RPC URL for auto-payment

Registryactive
Package@authproof/mcp-server
TransportSTDIO
UpdatedMar 23, 2026
View on GitHub