vLEI.wiki MCP

official

Turns the Agent into a vLEI/KERI protocol expert

What can you do with vLEI Wiki MCP?

  • Search KERI docs — Use keri_search with fuzzy matching and docType filters to find relevant documentation.
  • Explain concepts — Ask keri_explain for technical or high-level explanations of KERI, ACDC, witness, and more.
  • List concept catalog — Read the keri://concepts resource to see all available concepts with aliases.
  • Get GLEIF context — Use keri_gleif_context to pull authoritative vLEI training excerpts for best practices.
  • Fetch full documents — Use keri_get_document to retrieve complete content for deep analysis beyond search snippets.

Documentation

Connect AI Tools via MCP Gateway

Access the vLEI.wiki knowledge base directly in Claude Desktop, Cursor, VS Code, and other MCP-compatible AI tools through the MCP Gateway and tranform your IDE into a KERI/vLEI expert.

Get Your MCP API Key

Enter your email to receive an API key for accessing the MCP gateway. You'll get a confirmation email with your key after subscribing.

By submitting, you'll be subscribed to occasional updates about vLEI.wiki. You can unsubscribe anytime - your API key will continue working.

Configuration

Claude Connector

Use the vLEI.wiki knowledge base in Claude.ai on web and mobile through Custom Connectors.

✨ Works everywhere: Use Claude with vLEI.wiki knowledge on desktop, web, and mobile apps!

Setup Instructions:

  1. Go to Claude Settings → Connectors
  2. Click "Add custom connector"
  3. Name: KERI vLEI wiki knowledgebase
  4. Custom URL: Copy the URL above and paste it
  5. Click Save
  6. Start using vLEI/KERI tools in any Claude conversation!

📱 Mobile & Web Support

Once configured, this connector works across all Claude platforms:

  • • Claude.ai web interface
  • • Claude mobile app (iOS & Android)
  • • All your conversations sync the connector settings

Available MCP Tools

Search & Discovery

keri_search

Search KERI documentation and concepts with advanced filtering by type, relevance, and fuzzy matching for typos

keri_search({ query: 'witness rotation', docType: 'specification', fuzzy: true })

keri_explain

Get comprehensive explanations of KERI/vLEI concepts with support for multiple concepts and depth control

keri_explain({ concept: 'KERI, ACDC, witness', depth: 'technical' })

keri://concepts

Check this first! Complete concept catalog listing all available concepts with aliases and metadata

await mcp.readResource('keri://concepts')

GLEIF Official Context

keri_gleif_context

Extract relevant excerpts from GLEIF's official vLEI training context for authoritative best practices

keri_gleif_context({ term: 'QVI', contextSize: 50 })

Document Analysis

keri_get_document

Retrieve complete document content for deep analysis beyond search excerpts

keri_get_document({ path: 'docs/KERI_WP_2.x.web.md' })

keri_find_related

Find documents with similar topics for comprehensive research

keri_find_related({ topics: ['KERI', 'rotation'], minSharedTopics: 2 })

Visualization

keri_concepts_graph

Generate concept relationship data for mermaid charts and graph visualizations

keri_concepts_graph({ query: 'KERI, ACDC, witness', limit: 20 })

Best Practices

  • • Check keri://concepts resource before using keri_explain
  • • Use fuzzy search for typo tolerance
  • • Combine tools for comprehensive analysis: search → get_document → find_related
  • • Filter by docType (specification, whitepaper, etc.) for targeted results
  • • Use keri_gleif_context for official GLEIF best practices