integrations
Framework Integrations
Drop-in patterns for using Attestd inside AI agent frameworks. Each page covers installation, tool definition, error handling, and async usage for that specific framework.
MCP server
Hosted at mcp.attestd.io (HTTP) or local stdio via npx @attestd/mcp. CVE and supply-chain tools for Claude Code and Cursor.
LangChain
StructuredTool definition, agent executor pattern, async support, and a fields reference for LangChain agents.
LangChain (JavaScript)
tool() definition with Zod schema, agent executor pattern, and npm supply chain monitoring for LangChain.js agents.
AutoGen
FunctionTool definition, single-agent pattern, multi-agent safety gate with RoundRobinGroupChat, and supply chain monitoring for AutoGen 0.7.5 agents.