Crawler Summary

@trinitycore/mcp-server answer-first brief

Model Context Protocol server providing 107 enterprise-grade tools for TrinityCore bot development with World of Warcraft 12.0 (Midnight). Includes game data queries, DBC/DB2 parsing, AI code review, performance analysis, and comprehensive developer tooling. TrinityCore MCP Server $1 $1 $1 $1 $1 $1 $1 **Enterprise-grade Model Context Protocol server** providing **107 MCP tools** for TrinityCore bot development with World of Warcraft 12.0 (Midnight). Includes comprehensive game data access, AI-powered code analysis, performance profiling, and a full-featured web interface. --- ๐Ÿš€ Quick Start **Web UI will open at:** http://localhost:3000 --- ๐Ÿ“‹ Table of Contents - $1 - $1 Capability contract not published. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

@trinitycore/mcp-server is best for mcp, trinitycore, wow workflows where MCP compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB MCP, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 89/100

@trinitycore/mcp-server

Model Context Protocol server providing 107 enterprise-grade tools for TrinityCore bot development with World of Warcraft 12.0 (Midnight). Includes game data queries, DBC/DB2 parsing, AI code review, performance analysis, and comprehensive developer tooling. TrinityCore MCP Server $1 $1 $1 $1 $1 $1 $1 **Enterprise-grade Model Context Protocol server** providing **107 MCP tools** for TrinityCore bot development with World of Warcraft 12.0 (Midnight). Includes comprehensive game data access, AI-powered code analysis, performance profiling, and a full-featured web interface. --- ๐Ÿš€ Quick Start **Web UI will open at:** http://localhost:3000 --- ๐Ÿ“‹ Table of Contents - $1 - $1

MCPself-declared

Public facts

5

Change events

1

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals4 GitHub stars

Capability contract not published. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/25/2026.

4 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 25, 2026

Vendor

Agatho

Artifacts

0

Benchmarks

0

Last release

0.9.0-RC1

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/25/2026.

Setup snapshot

git clone https://github.com/agatho/trinitycore-mcp.git
  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Agatho

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

MCP

contractmedium
Observed Feb 25, 2026Source linkProvenance
Adoption (1)

Adoption signal

4 GitHub stars

profilemedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB MCP

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Executable Examples

bash

# Clone repository
git clone https://github.com/agatho/trinitycore-mcp.git
cd trinitycore-mcp

# Install dependencies
npm install

# Build TypeScript
npm run build

# Start both MCP server and Web UI
npm run start:all

bash

# 1. Clone repository
git clone https://github.com/agatho/trinitycore-mcp.git
cd trinitycore-mcp

# 2. Install dependencies
npm install

# 3. Build TypeScript to JavaScript
npm run build

# 4. Verify build output
ls dist/
# Should see: index.js, tools/, database/, etc.

bash

# Install Web UI dependencies
cd web-ui
npm install
cd ..

env

# TrinityCore Database (Required for game data queries)
TRINITY_DB_HOST=localhost
TRINITY_DB_PORT=3306
TRINITY_DB_USER=trinity
TRINITY_DB_PASSWORD=your_password
TRINITY_DB_AUTH=auth
TRINITY_DB_CHARACTERS=characters
TRINITY_DB_WORLD=world

# TrinityCore Paths (Optional - for DBC/DB2 reading)
TRINITY_ROOT=C:\TrinityBots\TrinityCore
DBC_PATH=C:\TrinityBots\Server\data\dbc
DB2_PATH=C:\TrinityBots\Server\data\db2

# VMap/MMap Paths (Optional - for height/pathfinding)
VMAP_DATA_PATH=C:\TrinityBots\Server\data\vmaps
MMAP_DATA_PATH=C:\TrinityBots\Server\data\mmaps

# MCP Server (Optional - defaults shown)
MCP_PORT=3000
MCP_HOST=localhost

json

{
  "mcpServers": {
    "trinitycore": {
      "command": "node",
      "args": ["C:\\TrinityBots\\trinitycore-mcp\\dist\\index.js"],
      "env": {
        "TRINITY_DB_HOST": "localhost",
        "TRINITY_DB_PORT": "3306",
        "TRINITY_DB_USER": "trinity",
        "TRINITY_DB_PASSWORD": "${TRINITY_DB_PASSWORD}",
        "TRINITY_ROOT": "C:\\TrinityBots\\TrinityCore",
        "DBC_PATH": "C:\\TrinityBots\\Server\\data\\dbc",
        "DB2_PATH": "C:\\TrinityBots\\Server\\data\\db2"
      }
    }
  }
}

bash

npm run start:all

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB MCP

Docs source

GITHUB MCP

Editorial quality

ready

Model Context Protocol server providing 107 enterprise-grade tools for TrinityCore bot development with World of Warcraft 12.0 (Midnight). Includes game data queries, DBC/DB2 parsing, AI code review, performance analysis, and comprehensive developer tooling. TrinityCore MCP Server $1 $1 $1 $1 $1 $1 $1 **Enterprise-grade Model Context Protocol server** providing **107 MCP tools** for TrinityCore bot development with World of Warcraft 12.0 (Midnight). Includes comprehensive game data access, AI-powered code analysis, performance profiling, and a full-featured web interface. --- ๐Ÿš€ Quick Start **Web UI will open at:** http://localhost:3000 --- ๐Ÿ“‹ Table of Contents - $1 - $1

Full README

TrinityCore MCP Server

Build Code Quality Version License TypeScript Node MCP Tools

Enterprise-grade Model Context Protocol server providing 107 MCP tools for TrinityCore bot development with World of Warcraft 12.0 (Midnight). Includes comprehensive game data access, AI-powered code analysis, performance profiling, and a full-featured web interface.


๐Ÿš€ Quick Start

# Clone repository
git clone https://github.com/agatho/trinitycore-mcp.git
cd trinitycore-mcp

# Install dependencies
npm install

# Build TypeScript
npm run build

# Start both MCP server and Web UI
npm run start:all

Web UI will open at: http://localhost:3000


๐Ÿ“‹ Table of Contents


Overview

The TrinityCore MCP Server is a comprehensive development platform for building and managing TrinityCore PlayerBots. It provides:

  • 107 MCP Tools - Complete API for game data, code analysis, testing, and automation
  • Full-Featured Web UI - Interactive Next.js 16 interface with 36+ pages
  • AI-Powered Code Review - 1,020+ TrinityCore-specific rules for C++ analysis
  • DBC/DB2 Support - Parse WDC5/WDC6 client database files
  • Performance Analysis - Bot scaling simulation (100-5000 bots)
  • Live Database Access - Real-time MySQL queries via MCP
  • 3,800+ API Documentation - Complete TrinityCore C++ API reference
  • VMap/MMap Integration - Height detection and pathfinding support

Features

Core MCP Server (107 Tools)

Game Data & Queries (40 tools)

  • Spells - Spell info, damage/healing calculations, comparisons, optimal selection
  • Items - Item data, gear scoring, best-in-slot finder, set optimization
  • Quests - Quest chains, prerequisites, rewards, route optimization
  • Creatures - NPC data, vendors, trainers, spawn locations, statistics
  • World Data - Points of interest, game objects, spawn searches
  • DBC/DB2 - Client database file parsing (WDC5/WDC6 support)
  • GameTables - Combat ratings, XP tables, character stats, scaling data

Combat & Optimization (12 tools)

  • Talents - Specialization info, recommended builds, tier comparisons
  • Combat Mechanics - Melee damage, armor mitigation, threat, diminishing returns
  • Buffs - Buff recommendations, group coverage analysis, consumable optimization
  • Dungeon Strategy - Boss mechanics, layouts, group composition, Mythic+ strategies

Economy & Social (8 tools)

  • Economy - Item pricing, auction house analysis, arbitrage, gold-making strategies
  • Reputation - Faction info, reputation grinding paths, reward tracking
  • Professions - Recipe data, skill-up plans, profitability analysis

Group Coordination & PvP (8 tools)

  • Coordination - Group composition analysis, cooldown coordination, tactical assignments
  • PvP - Arena composition analysis, battleground strategies, PvP talent builds

Collections & Leveling (7 tools)

  • Collections - Pet/mount/toy tracking, missing collectibles, farming routes
  • Quest Routing - Optimal quest paths, leveling routes, daily circuits, zone analysis

Knowledge Base & Code Generation (12 tools)

  • Documentation - PlayerBot wiki search, code patterns, implementation guides
  • Code Generation - Bot component templates, packet handlers, CMake integration
  • API Reference - 3,800+ TrinityCore C++ method documentation

Performance & Testing (9 tools)

  • Performance Analysis - Real-time metrics, scaling simulation, optimization suggestions
  • Testing Automation - Test execution, multi-format reporting (JSON/HTML/Markdown/JUnit)
  • Coverage Analysis - Code coverage with threshold validation

Database Tools (11 tools)

  • Schema Exploration - Table listing, schema inspection, relationship mapping
  • Database Operations - Export/import, backup/restore, health checks
  • Schema Comparison - Database diff, migration support

AI Code Review & Analysis (11 tools)

  • Code Review - 1,020+ rules across 7 categories (Null Safety, Memory, Concurrency, etc.)
  • Thread Safety - Race condition detection, deadlock analysis, lock pattern validation
  • Memory Analysis - Memory leak detection, RAII violations, circular references
  • API Migration - Version migration support (3.3.5a โ†’ 12.0)
  • Bot AI Analysis - Decision tree visualization, Mermaid flowchart generation
  • Combat Log Analysis - DPS/HPS/TPS metrics, rotation quality, optimization suggestions

Production & Monitoring (11 tools)

  • Health Monitoring - Server health status, component checks, system metrics
  • Logging - Log querying, filtering, file location
  • Backups - Automated/manual backups, verification, integrity checks
  • Security - Security status, rate limiting, access control audit
  • Code Style - Naming convention checks, formatting validation, auto-fix

VMap & MMap Tools (8 tools)

  • VMap - Line-of-sight testing, height detection, spawn radius searches
  • MMap - Pathfinding, navigation mesh validation, path calculation

Configuration & Test Generation (8 tools)

  • Configuration - Get/update/validate/reset/export server configuration
  • AI Test Generation - AI-powered test generation, performance/load testing

Web UI (Next.js 16)

The included web interface provides 36+ interactive pages for comprehensive TrinityCore development:

Core Features

  • Homepage - Beautiful dark gradient UI with live MCP status
  • API Explorer - Browse 3,800+ TrinityCore methods with search
  • Interactive Playground - Test all 107 MCP tools with JSON editor and history
  • Real-time Database Access - Direct MySQL queries via MCP protocol

Data Browsers

  • Spell Browser - Search 45,000+ spells with school/effect filtering
  • Item Database - Item search with quality/stat filtering
  • Creature Explorer - NPC search with type/faction/vendor filters
  • Quest Viewer - Quest chains, prerequisites, rewards visualization

Analytics & Tools

  • Analytics Dashboard - Interactive charts (Recharts) for spell/item/creature distributions
  • Comparison Tool - Side-by-side batch comparison (up to 10 items) with diff highlighting
  • Advanced Search - Fuzzy search (Fuse.js), multi-criteria filtering, saved presets
  • Data Export - Export to CSV, Excel, JSON, PDF, XML formats

Developer Tools

  • AI Code Review - Upload C++ files for TrinityCore-specific analysis (1,020 rules)
  • Bot AI Visualizer - Analyze PlayerBot AI with Mermaid flowcharts
  • Server Monitoring - Real-time health, CPU, memory, latency graphs
  • Database Schema Explorer - Visual ER diagrams, query builder, schema comparison
  • Performance Profiler - Query optimization, slow query detection, N+1 analysis

Workflow & Data Management

  • Workflow Automation - Automate dev tasks, code generation, server management
  • Migration Manager - Database version control, migration tracking
  • Documentation Generator - Auto-generate schema documentation
  • Live Data Inspector - Real-time server monitoring via TrinityCore SOAP API

UI Features

  • Dark Mode - Complete dark theme optimized for development
  • Responsive Design - Desktop, tablet, and mobile optimized
  • Global Search - Cmd+K quick search across all data
  • Copy to Clipboard - JSON, CSV, TSV clipboard support
  • Print-Optimized - PDF exports with clean layouts

Installation

Prerequisites

  • Node.js 18+ - Download
  • MySQL 9.4 (optional) - TrinityCore database for full functionality
  • TrinityCore Build (optional) - For DBC/DB2 file paths

Install Steps

# 1. Clone repository
git clone https://github.com/agatho/trinitycore-mcp.git
cd trinitycore-mcp

# 2. Install dependencies
npm install

# 3. Build TypeScript to JavaScript
npm run build

# 4. Verify build output
ls dist/
# Should see: index.js, tools/, database/, etc.

Web UI Installation

# Install Web UI dependencies
cd web-ui
npm install
cd ..

Configuration

Environment Variables

Create .env file in project root:

# TrinityCore Database (Required for game data queries)
TRINITY_DB_HOST=localhost
TRINITY_DB_PORT=3306
TRINITY_DB_USER=trinity
TRINITY_DB_PASSWORD=your_password
TRINITY_DB_AUTH=auth
TRINITY_DB_CHARACTERS=characters
TRINITY_DB_WORLD=world

# TrinityCore Paths (Optional - for DBC/DB2 reading)
TRINITY_ROOT=C:\TrinityBots\TrinityCore
DBC_PATH=C:\TrinityBots\Server\data\dbc
DB2_PATH=C:\TrinityBots\Server\data\db2

# VMap/MMap Paths (Optional - for height/pathfinding)
VMAP_DATA_PATH=C:\TrinityBots\Server\data\vmaps
MMAP_DATA_PATH=C:\TrinityBots\Server\data\mmaps

# MCP Server (Optional - defaults shown)
MCP_PORT=3000
MCP_HOST=localhost

Claude Code Integration

Add to .claude/mcp-servers-config.json or claude_desktop_config.json:

{
  "mcpServers": {
    "trinitycore": {
      "command": "node",
      "args": ["C:\\TrinityBots\\trinitycore-mcp\\dist\\index.js"],
      "env": {
        "TRINITY_DB_HOST": "localhost",
        "TRINITY_DB_PORT": "3306",
        "TRINITY_DB_USER": "trinity",
        "TRINITY_DB_PASSWORD": "${TRINITY_DB_PASSWORD}",
        "TRINITY_ROOT": "C:\\TrinityBots\\TrinityCore",
        "DBC_PATH": "C:\\TrinityBots\\Server\\data\\dbc",
        "DB2_PATH": "C:\\TrinityBots\\Server\\data\\db2"
      }
    }
  }
}

For detailed configuration, see MCP_CONFIGURATION.md


Usage

Start Both MCP Server & Web UI (Recommended)

npm run start:all

This will:

  1. Build the MCP server (if not already built)
  2. Install Web UI dependencies (if needed)
  3. Start the MCP server (stdio mode)
  4. Start the Web UI (http://localhost:3000)
  5. Automatically open your browser

Start Services Individually

MCP Server Only

# Production mode (stdio transport)
npm start

# or
npm run start:mcp

# Development mode (watch for changes)
npm run dev

Web UI Only

npm run start:web

Starts Next.js development server on http://localhost:3000


MCP Tools (107 Total)

The MCP server provides 107 registered tools organized into the following categories:

Quick Reference by Category

| Category | Tools | Description | |----------|-------|-------------| | Game Data | 40 | Spells, items, quests, creatures, world data, DBC/DB2, GameTables | | Combat & Optimization | 12 | Talents, combat mechanics, buffs, dungeon strategy | | Economy & Social | 8 | Item pricing, reputation, professions | | Group & PvP | 8 | Coordination, arena, battlegrounds | | Collections & Leveling | 7 | Collectibles, quest routing, zone analysis | | Knowledge & Codegen | 12 | Documentation, code generation, API reference | | Performance & Testing | 9 | Performance analysis, testing, coverage | | Database | 11 | Schema, export/import, backup/restore | | AI Code Review | 11 | Code review, thread safety, memory analysis, bot AI | | Production & Monitoring | 11 | Health monitoring, logging, backups, security | | VMap & MMap | 8 | Height detection, pathfinding | | Configuration & Tests | 8 | Config management, AI test generation |

Foundation Tools (6 tools)

get-spell-info          - Get detailed spell information by ID
get-item-info           - Get item data by ID
get-quest-info          - Get quest information by ID
query-dbc               - Query DBC/DB2 file by record ID
get-trinity-api         - Get TrinityCore C++ API documentation
get-opcode-info         - Get network packet opcode documentation

GameTable Tools (4 tools)

query-gametable         - Query GameTable files (CombatRatings.txt, xp.txt, etc.)
list-gametables         - List all available GameTable files
get-combat-rating       - Get combat rating conversion for level
get-character-stats     - Get character base stats for level

Example Tool Usage

// Get spell information
const fireball = await callMCPTool("get-spell-info", { spellId: 133 });

// Analyze bot performance
const perf = await callMCPTool("analyze-bot-performance", {
  duration: 60000,
  sampleInterval: 1000
});

// Review C++ code
const review = await callMCPTool("review-code-file", {
  filePath: "src/modules/Playerbot/BotAI.cpp",
  minConfidence: 0.7
});

// Optimize quest route
const route = await callMCPTool("optimize-quest-route", {
  zone: "Elwynn Forest",
  level: 5
});

For complete tool documentation, see the Web UI API Explorer at http://localhost:3000/playground


Web UI

Access

Start the Web UI:

# Start both MCP server and Web UI
npm run start:all

# Or start Web UI only
npm run start:web

Access at: http://localhost:3000

Key Pages

  • / - Homepage with live MCP status and quick links
  • /playground - Interactive API playground to test all 107 tools
  • /spells - Search and filter 45,000+ spells
  • /items - Browse item database with filtering
  • /creatures - Explore NPCs, vendors, trainers
  • /dashboard - Analytics dashboard with charts
  • /compare - Side-by-side data comparison
  • /code-review - AI-powered C++ code review
  • /ai-visualizer - Bot AI behavior analysis
  • /monitoring - Server health monitoring
  • /schema - Database schema explorer
  • /docs - Complete API documentation

Web UI Features

โœ… 36+ Interactive Pages โœ… 107 MCP Tools Integration โœ… Real-time Database Access โœ… Advanced Search & Filtering โœ… Data Export (CSV, Excel, JSON, PDF, XML) โœ… AI Code Review (1,020 rules) โœ… Bot AI Visualization (Mermaid flowcharts) โœ… Server Monitoring (Real-time metrics) โœ… Dark Mode (Optimized for development) โœ… Responsive Design (Desktop, tablet, mobile)


Documentation

Core Documentation

Web UI Documentation

  • web-ui/README.md - Web UI specific documentation
  • API Explorer - Interactive docs at http://localhost:3000/docs

Development Documentation


Development

Build

# Build TypeScript to JavaScript
npm run build

# Watch mode (rebuild on changes)
npm run dev

Test

# Run tests
npm test

# Or use MCP testing tools via Claude Code

Lint

npm run lint

Project Structure

trinitycore-mcp/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ index.ts              # Main MCP server entry point
โ”‚   โ”œโ”€โ”€ tools/                # 107 tool implementations (58 files)
โ”‚   โ”‚   โ”œโ”€โ”€ spell.ts
โ”‚   โ”‚   โ”œโ”€โ”€ item.ts
โ”‚   โ”‚   โ”œโ”€โ”€ quest.ts
โ”‚   โ”‚   โ”œโ”€โ”€ dbc.ts
โ”‚   โ”‚   โ”œโ”€โ”€ codereview.ts
โ”‚   โ”‚   โ”œโ”€โ”€ performance.ts
โ”‚   โ”‚   โ””โ”€โ”€ ... (52 more)
โ”‚   โ”œโ”€โ”€ database/
โ”‚   โ”‚   โ””โ”€โ”€ connection.ts     # MySQL connection pool
โ”‚   โ”œโ”€โ”€ parsers/
โ”‚   โ”‚   โ”œโ”€โ”€ dbc/              # DBC/DB2 parsers
โ”‚   โ”‚   โ””โ”€โ”€ cache/            # Caching system
โ”‚   โ””โ”€โ”€ utils/
โ”‚       โ””โ”€โ”€ logger.ts
โ”œโ”€โ”€ web-ui/                   # Next.js 16 web interface
โ”‚   โ”œโ”€โ”€ app/                  # App Router pages (36+ pages)
โ”‚   โ”œโ”€โ”€ components/           # React components
โ”‚   โ”œโ”€โ”€ lib/                  # Utilities and MCP client
โ”‚   โ””โ”€โ”€ public/               # Static assets
โ”œโ”€โ”€ data/
โ”‚   โ””โ”€โ”€ api_docs/             # 3,800+ API documentation files
โ”œโ”€โ”€ tests/                    # Test suites
โ”œโ”€โ”€ dist/                     # Compiled JavaScript (build output)
โ”œโ”€โ”€ package.json              # v0.9.0-RC1
โ”œโ”€โ”€ tsconfig.json
โ””โ”€โ”€ README.md                 # This file

Contributing

Contributions welcome! Please follow TrinityCore coding standards.

Development Workflow

  1. Fork the repository
  2. Create feature branch: git checkout -b feature/amazing-feature
  3. Make your changes
  4. Build and test: npm run build && npm test
  5. Commit with descriptive message
  6. Push to fork: git push origin feature/amazing-feature
  7. Open Pull Request

Code Quality Standards

  • โœ… TypeScript strict mode compliance
  • โœ… Zero compilation errors/warnings
  • โœ… Comprehensive error handling
  • โœ… JSDoc documentation for public APIs
  • โœ… Unit tests for new features
  • โœ… Performance considerations

License

GPL-2.0 (same as TrinityCore)

See LICENSE file for details.


Support


Acknowledgments

  • TrinityCore Team - For the amazing WoW server framework
  • Model Context Protocol - For the MCP standard
  • Anthropic - For Claude Code and AI assistance
  • TypeScript Team - For the excellent language
  • Next.js Team - For the React framework
  • Vercel - For shadcn/ui components

Project Status

Version: 0.9.0-RC1 (Release Candidate 1) Status: โœ… Production Ready MCP Tools: 107 registered tools Web UI Pages: 36+ interactive pages Last Updated: 2025-11-08


Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB MCP

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

MCP: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_MCP",
      "generatedAt": "2026-04-17T02:08:09.077Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "mcp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "trinitycore",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "wow",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "dbc",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "db2",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "game-data",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cli",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:trinitycore|supported|profile capability:wow|supported|profile capability:dbc|supported|profile capability:db2|supported|profile capability:game-data|supported|profile capability:cli|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Agatho",
    "href": "https://github.com/agatho/trinitycore-mcp",
    "sourceUrl": "https://github.com/agatho/trinitycore-mcp",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:03:46.620Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:03:46.620Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "4 GitHub stars",
    "href": "https://github.com/agatho/trinitycore-mcp",
    "sourceUrl": "https://github.com/agatho/trinitycore-mcp",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:03:46.620Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-agatho-trinitycore-mcp/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub ยท GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to @trinitycore/mcp-server and adjacent AI workflows.