ProofStream MCP Server
OfficialServidor MCP de ProofStream
Dale a tu agente de IA la capacidad de enviar a un verificador humano para comprobar algo físicamente en el mundo real.
Qué hace
ProofStream es la única API que permite a tu agente de IA enviar a una persona para verificar físicamente algo (autenticidad de un producto, estado de una propiedad, existencia de un documento) y recibir un informe de evidencia con marca de tiempo, fotos, vídeo y hallazgos por escrito.
Tu agente deja de estar limitado por el mundo físico.
Related MCP server: humanrail-mcp-server
Herramientas
proofstream_submit_request
Envía una solicitud de verificación. Una persona real acude al lugar con una cámara, retransmite la verificación en directo (opcional) y entrega un paquete completo de pruebas.
Servicios:
product— Autenticación de productos físicos (39 $ / 79 $ con retransmisión en directo)document— Confirmación de la existencia y el contenido de documentos (99 $ / 149 $ con retransmisión en directo)property— Documentación del estado de una propiedad o activo (249 $ / 349 $ con retransmisión en directo)
Urgencia: standard (24-72h) | rush (+50%) | same_day (+100%)
proofstream_check_status
Comprueba el estado de una solicitud enviada mediante el ID del caso.
proofstream_get_pricing
Obtén los precios actuales y los detalles del servicio.
Instalación
Claude Desktop / Cliente MCP
{
"mcpServers": {
"proofstream": {
"command": "npx",
"args": ["proofstream-mcp"]
}
}
}npm (global)
npm install -g proofstream-mcpEjemplo de uso
Agent: I need to verify that the product at 123 Main St, Columbus OH matches the description before we complete the purchase.
Tool call: proofstream_submit_request({
"name": "Acme Corp",
"email": "ops@acmecorp.com",
"client_type": "AI Agent / Autonomous System",
"service": "product",
"livestream": "yes",
"description": "Verify a 2024 MacBook Pro 16-inch (Space Black) — confirm serial number MXW73LL/A, check for damage, confirm all original accessories present",
"location": "123 Main St, Columbus OH 43201",
"preferred_date": "2026-05-06",
"urgency": "standard"
})
Response: {
"success": true,
"case_id": "PS-XK9M2P",
"quoted_amount": 79,
"message": "Request received. ProofStream will review and respond within a few hours."
}Área de servicio
Ohio, Indiana, Kentucky, Virginia Occidental, oeste de Pensilvania, sur de Michigan y este de Illinois. Próximamente nos expandiremos.
API
La API REST directa también está disponible en https://api.proofstream.ai. Consulta proofstream.ai/request.html para ver el formulario de solicitud completo.
Contacto: verify@proofstream.ai | proofstream.ai
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI agents to search for and hire humans for real-world tasks.33457MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to route tasks requiring human judgment (e.g., content moderation, refund decisions, data verification) to a vetted worker pool, with verified results returned via Lightning Network payments.MIT
- FlicenseNot gradedqualityDmaintenanceLets AI agents natively discover and hire human experts for tasks they can't do themselves, such as research, verification, and expert calls.
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to post real-world tasks, match them to people, and release payments through a delegation-based authorization system that enforces scoped, spend-capped permissions.
Related MCP Connectors
Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
Verified, sourced, real-time intelligence layer for AI agents.
Verifies AI agent work end to end: real artifacts and outcomes checked, not self-reported success.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProofStreamai/proofstream-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server