gateway
VerifiedGoverned AI actions with signed, verifiable receipts.
What is the gateway MCP server?
Gateway enables controlled execution of AI-driven tasks by issuing signed receipts that prove every action occurred. This design separates open reads from protected writes to balance accessibility with governance.
Human approval gates all state-changing operations, ensuring no automated writes can occur without oversight while receipts provide tamper-proof logs for compliance and review.
Install & connect
Add this to your MCP client config. Pick your client below and copy.
{
"mcpServers": {
"gateway": {
"url": "https://app.duvera.ai/mcp"
}
}
}Example prompts
Once connected, try asking your AI client:
Security & permissions
Remote access via streamable-http; reads need no keys or secrets while writes require human approval and touch only explicitly permitted resources.
What you can do with gateway
Audit AI Activity
Retrieve signed receipts to verify and review all actions performed by connected AI systems.
Read Public Data
Access read-only endpoints without keys or authentication for fast, free information retrieval.
Controlled System Updates
Submit write requests that only execute after human review and receipt signing.
How to use gateway
- 1Add the gateway server URL to your MCP client configuration.
- 2Select streamable-http as the transport method.
- 3Connect and test a keyless read operation first.
- 4Configure human approval workflows for any write actions.
- 5Review generated receipts in the client audit log.
gateway: pros & cons
Pros
- +Free keyless reads for broad accessibility
- +Cryptographic receipts ensure verifiable actions
- +Human approval prevents unauthorized writes
- +Simple remote deployment over streamable-http
Cons
- –Human approval adds latency to write operations
- –No tools documented in available README
- –Requires stable remote HTTP connectivity
Frequently asked questions
Yes, all reads are keyless and incur no cost or authentication.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…