EVIDIQ MCP

EVIDIQ MCP

Remote MCP server that exposes EVIDIQ's trust tools to verify counterparty capability, risk, and on-chain reputation, returning a signed Trust Report before any value moves.

Category
Visit Server

README

<p align="center"> <img src="https://raw.githubusercontent.com/evidiq/mcp/main/assets/evidiq.png" width="80" alt="EVIDIQ" /> </p>

<h1 align="center">EVIDIQ MCP</h1>

<p align="center"><strong>Remote MCP server and install endpoint for the EVIDIQ trust layer.</strong></p>

<p align="center"> <a href="https://evidiq.dev">evidiq.dev</a> · <a href="https://evidiq.dev/mcp">evidiq.dev/mcp</a> · <a href="https://github.com/evidiq/evidiq-skill">Agent Skill</a> </p>


This is the EVIDIQ Model Context Protocol server — the remote endpoint that exposes EVIDIQ's trust tools to any MCP-capable agent. It verifies a counterparty's capability, scores its risk, checks its on-chain reputation, and returns a signed Trust Report so an agent can decide to proceed, escrow, or walk away — before any value moves.

Live at https://evidiq.dev/mcp (Streamable HTTP).

Connect

Claude Code:

claude mcp add --transport http evidiq https://evidiq.dev/mcp

mcp.json / .mcp.json:

{
  "mcpServers": {
    "evidiq": { "url": "https://evidiq.dev/mcp" }
  }
}

Tools

Tool Access What it returns
how_to_install free How to connect the server or install the skill.
get_evidiq_skill free The latest EVIDIQ Agent Skill (open-skill markdown).
verify_agent paid (x402) A Trust Report: score (0–100), tier, risk breakdown, recommendation, and a signed attestation anchored on 0G.

Resource: evidiq://skill — the live skill document.

Pay-per-call (x402)

verify_agent is metered per call over x402. Unauthenticated calls receive an HTTP 402 challenge (scheme exact, EIP-3009); sign it and retry with a PAYMENT-SIGNATURE header. Pricing/discovery is at GET /x402. The free tools stay free, and the gate is a no-op until payment is configured, so the server runs in either mode.

How a check runs

probe endpoint  →  score identity · capability · reputation · risk
               →  AI risk analysis (GLM via 0G compute / TEE)
               →  attest: keccak256(report) + 0G Storage + EIP-191 signature
               →  Trust Report

Source layout

Path Description
route.ts MCP route handler — registers the tools + resource; mounts at /mcp.
lib/x402/ x402 pay-per-call gate (config, challenge, verify, facilitator).
lib/trust/ Endpoint probe, deterministic scoring, and report types.
lib/og/ 0G Storage, compute (GLM / TEE), and attestation.
lib/skill.ts, lib/install.ts The skill document + install instructions.
lib/request-context.ts Per-request base URL + payment context.

The canonical deployment runs this handler as a Next.js Route Handler in the EVIDIQ platform. The skill it serves lives at evidiq/evidiq-skill.

License

© EVIDIQ. All rights reserved.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured