# Cred Protocol ## Docs - [Get Agent Count](https://docs.credprotocol.com/api-reference/agents/agent-count.md): Get the total number of agents registered in the ERC-8004 Identity Registry - [Feedback JSON](https://docs.credprotocol.com/api-reference/agents/feedback-json.md): Retrieve the off-chain feedback JSON document for a submission - [Get Agent Info](https://docs.credprotocol.com/api-reference/agents/get-agent.md): Check if an agent exists and get its owner address - [List Agents](https://docs.credprotocol.com/api-reference/agents/list-agents.md): List registered agents with their owner addresses - [Reputation Summary](https://docs.credprotocol.com/api-reference/agents/reputation-summary.md): Read on-chain aggregated reputation summary for an agent - [Search Agents](https://docs.credprotocol.com/api-reference/agents/search-agents.md): Search agents by name or description - [Submission Status](https://docs.credprotocol.com/api-reference/agents/submission-status.md): Check the status of a reputation feedback submission - [Submit Reputation Feedback](https://docs.credprotocol.com/api-reference/agents/submit-feedback.md): Submit on-chain reputation feedback for an AI agent - [Authentication](https://docs.credprotocol.com/api-reference/authentication.md): How to authenticate with the Cred Protocol API - [Get Identity Attestations](https://docs.credprotocol.com/api-reference/identity/get-identity.md): Get identity attestations for an Ethereum address - [Sybil Detection](https://docs.credprotocol.com/api-reference/identity/sybil-detection.md): Analyze an Ethereum address for sybil behavior using on-chain transaction signals - [API Overview](https://docs.credprotocol.com/api-reference/overview.md): Overview of the Cred Protocol API - [Aggregated Credit Report](https://docs.credprotocol.com/api-reference/report/aggregated-report.md): Get an aggregated credit report for multiple Ethereum addresses - [Chain Portfolio Value](https://docs.credprotocol.com/api-reference/report/chain-portfolio.md): Get the total USD portfolio value for a specific blockchain - [Chain-Specific Report](https://docs.credprotocol.com/api-reference/report/chain-report.md): Get a credit report for a specific blockchain network - [Chain-Specific Summary](https://docs.credprotocol.com/api-reference/report/chain-summary.md): Get a lightweight summary report for a specific blockchain - [Enhanced Credit Report](https://docs.credprotocol.com/api-reference/report/enhanced-report.md): Get an enhanced credit report with off-chain data integration - [Get Credit Report](https://docs.credprotocol.com/api-reference/report/get-report.md): Get a comprehensive credit report for an Ethereum address - [Portfolio Composition](https://docs.credprotocol.com/api-reference/report/portfolio-composition.md): Get USD portfolio value breakdown by blockchain network - [Total Portfolio Value](https://docs.credprotocol.com/api-reference/report/portfolio-total.md): Get the aggregated total USD portfolio value across all chains - [Summary Credit Report](https://docs.credprotocol.com/api-reference/report/summary-report.md): Get a lightweight summary credit report without per-chain details - [Mock Aggregated Report](https://docs.credprotocol.com/api-reference/sandbox/mock-aggregated-report.md): Get a mock aggregated credit report for multiple addresses - [Mock Aggregated Score](https://docs.credprotocol.com/api-reference/sandbox/mock-aggregated-score.md): Get a mock aggregated credit score for multiple addresses - [Mock Batch Scores](https://docs.credprotocol.com/api-reference/sandbox/mock-batch-score.md): Get mock individual credit scores for multiple addresses - [Mock Chain Report](https://docs.credprotocol.com/api-reference/sandbox/mock-chain-report.md): Get a mock single-chain credit report for testing - [Mock Enhanced Report](https://docs.credprotocol.com/api-reference/sandbox/mock-enhanced-report.md): Get a mock enhanced credit report with off-chain data for testing - [Mock Enhanced Score](https://docs.credprotocol.com/api-reference/sandbox/mock-enhanced-score.md): Get a mock enhanced credit score with off-chain data for testing - [Mock Portfolio Value](https://docs.credprotocol.com/api-reference/sandbox/mock-portfolio.md): Get mock portfolio value endpoints for testing - [Mock Credit Report](https://docs.credprotocol.com/api-reference/sandbox/mock-report.md): Get a mock credit report for testing purposes - [Mock Credit Score](https://docs.credprotocol.com/api-reference/sandbox/mock-score.md): Get a mock credit score for testing purposes - [Mock Summary Report](https://docs.credprotocol.com/api-reference/sandbox/mock-summary-report.md): Get a mock lightweight summary report for testing - [Sandbox Overview](https://docs.credprotocol.com/api-reference/sandbox/overview.md): Test your integration with mock data before going live - [Aggregated Credit Score](https://docs.credprotocol.com/api-reference/score/aggregated-score.md): Get a single aggregated credit score for multiple Ethereum addresses - [Batch Credit Scores](https://docs.credprotocol.com/api-reference/score/batch-score.md): Get individual credit scores for multiple Ethereum addresses in a single request - [Enhanced Credit Score](https://docs.credprotocol.com/api-reference/score/boosted-score.md): Get an enhanced credit score with off-chain asset data - [Get Credit Score](https://docs.credprotocol.com/api-reference/score/get-score.md): Get the credit score for a single Ethereum address - [Chains & Protocols](https://docs.credprotocol.com/chains-and-protocols.md): Blockchain networks and DeFi protocols supported by Cred Protocol - [FAQ](https://docs.credprotocol.com/faq.md): Frequently asked questions about Cred Protocol - [Authentication Guide](https://docs.credprotocol.com/guides/authentication.md): Complete guide to authenticating with the Cred Protocol API - [Error Handling Guide](https://docs.credprotocol.com/guides/error-handling.md): How to handle errors from the Cred Protocol API - [Sandbox Testing Guide](https://docs.credprotocol.com/guides/sandbox-testing.md): How to use sandbox endpoints for development and testing - [How Does It Work?](https://docs.credprotocol.com/how-it-works.md): Understanding how Cred Protocol calculates on-chain credit scores - [Introduction](https://docs.credprotocol.com/introduction.md): Build trust in Web3 with on-chain credit intelligence - [Agent Skill](https://docs.credprotocol.com/mcp-services/agent-skill.md): Instructions that AI agents receive when connecting to the Cred Protocol MCP server - [Examples](https://docs.credprotocol.com/mcp-services/examples.md): Practical examples of using Cred Protocol MCP services - [Getting Started](https://docs.credprotocol.com/mcp-services/getting-started.md): Connect your AI agent or application to Cred Protocol MCP services - [MCP Services Overview](https://docs.credprotocol.com/mcp-services/overview.md): Access Cred Protocol credit scoring and agentic reputation through the Model Context Protocol for AI agents - [Available Tools](https://docs.credprotocol.com/mcp-services/tools.md): Complete reference for all 21 Cred Protocol MCP tools - [Model Release Notes](https://docs.credprotocol.com/model-release-notes.md): Version history and updates for the Cred Score model - [Quickstart](https://docs.credprotocol.com/quickstart.md): Get started with Cred Protocol API in under 5 minutes - [Express Middleware](https://docs.credprotocol.com/sdks/express.md): Trust-gating middleware for Express.js APIs - [Hono Middleware](https://docs.credprotocol.com/sdks/hono.md): Drop-in trust-gating middleware for Hono - [Next.js Middleware](https://docs.credprotocol.com/sdks/nextjs.md): Trust-gating middleware for Next.js edge runtime - [SDK Overview](https://docs.credprotocol.com/sdks/overview.md): Drop-in trust evaluation for any framework — TypeScript, Python, and middleware for Hono, Express, Next.js, and FastAPI - [Python SDK](https://docs.credprotocol.com/sdks/python.md): Async Python client and FastAPI middleware for Cred Protocol - [TypeScript SDK](https://docs.credprotocol.com/sdks/typescript.md): Core TypeScript client for the Cred Protocol evaluation API - [Capital-Efficient Lending](https://docs.credprotocol.com/use-cases/capital-efficient-lending.md): Reduce collateral requirements based on creditworthiness while maintaining safety - [Engaging and Educating Users](https://docs.credprotocol.com/use-cases/engaging-users.md): Help users understand and improve their on-chain financial behavior - [Personalization](https://docs.credprotocol.com/use-cases/personalizing-experiences.md): Tailor DeFi experiences based on creditworthiness and financial profile - [Qualifying Access to Products](https://docs.credprotocol.com/use-cases/qualifying-access.md): Use credit scores to gate access to DeFi products and services - [Under-Collateralized Lending](https://docs.credprotocol.com/use-cases/undercollateralized-lending.md): Unlock true leverage for creditworthy borrowers with less than 100% collateral ## OpenAPI Specs - [openapi](https://api.credprotocol.com/openapi.json) ## Optional - [GitHub](https://github.com/credprotocol) - [Community](https://discord.gg/MtDHUX9mD6)