VerityLayer
@meloliva14
关于 VerityLayer
VerityLayer — fail-closed verify-before-you-act trust gate for AI agents. 5 tools: verify_fact, detect_injection, moderate_content, redact_pii, guard_action. Keyless, pay-per-call via x402 (USDC on Base); every verdict ships an Ed25519-signed receipt. Run: npx -y @veritylayer/mcp
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"veritylayer": {
"command": "npx",
"args": [
"-y",
"@veritylayer/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is VerityLayer?
VerityLayer is a fail-closed verify-before-you-act trust gate for AI agents. It provides five tools for safety checks, operates keyless with pay-per-call via x402 (USDC on Base), and returns every verdict with an Ed25519-signed receipt.
How to use VerityLayer?
Run the MCP server with npx -y @veritylayer/mcp. The tools are invoked automatically by the MCP client; no manual configuration or API key is needed. For more details, visit veritylayer.dev.
Key features of VerityLayer
- Fail-closed, verify-before-you-act design for AI agents.
- Five tools: verify_fact, detect_injection, moderate_content, redact_pii, guard_action.
- Keyless authentication – no API key required.
- Pay-per-call via x402 using USDC on Base.
- Every verdict includes an Ed25519-signed receipt for trust.
Use cases of VerityLayer
- Fact-check AI agent outputs before executing actions.
- Detect prompt injections and jailbreak attempts in real time.
- Moderate content generated by AI responses.
- Redact personally identifiable information (PII) from text.
- Guard agent actions against unsafe or prohibited operations.
FAQ from VerityLayer
What is the pricing model?
Pay-per-call via x402 using USDC on the Base blockchain; no upfront costs or API keys needed.
How is trust enforced?
Every verdict is accompanied by an Ed25519-signed receipt, allowing independent verification of each decision.
What tools does VerityLayer provide?
Five tools: verify_fact, detect_injection, moderate_content, redact_pii, and guard_action.
Do I need to register for an API key?
No, VerityLayer is keyless – just run the MCP server and use the tools.
What blockchain does it use for payments?
Payments are processed on the Base blockchain via the x402 protocol using USDC.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论