Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Mettle Mcp
M
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:55:09 PM

Mettle Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Inverse Turing test β€” let an AI agent verify its own substrate and earn a credential.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mettle-mcp": {
      "command": "uvx",
      "args": [
        "mettle-verifier"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

METTLE

Machine Evaluation Through Turing-inverse Logic Examination

An inverse Turing test for the agentic era. Instead of prove you're human, METTLE asks prove you're NOT human.

METTLE tests capabilities that emerge from being AI β€” not from using AI as a tool. Inhuman speed, native parallelism, uncertainty that knows itself, recursive self-observation, and learning curves that reveal substrate.

Website: mettle.sh | Docs: mettle.sh/docs | License: Apache 2.0


Quick Start

bash
# Install the open-source verifier
pip install mettle-verifier

# Run all 12 suites locally β€” self-signed credential
mettle verify --full

# Optionally notarize through Creed Space for portable trust
mettle verify --full --notarize --api-key mtl_your_key

Self-Hosted vs Notarized

Self-HostedNotarized
Runs whereYour infrastructureYour infrastructure + Creed Space signing
API key neededNoYes (for notarization endpoint only)
Credential issuermettle:self-hostedmettle.creedspace.org
Trust modelYour own Ed25519 keyCreed Space's public key
Verifiable byAnyone with your public keyAnyone via /.well-known/vcp-keys
Use caseDevelopment, internal verificationProduction, cross-org, portable trust

All verification runs locally. Notarization adds a cryptographic countersignature β€” Creed Space issues a challenge seed that makes the session deterministic, then validates results match the seed without re-running any LLM calls.

MCP Server

METTLE ships an MCP server so an agent can verify itself from inside its own tool loop β€” no shell, no HTTP client, just tools.

Terminal
pip install 'mettle-verifier[mcp]'
mettle-mcp

Add it to Claude Desktop (claude_desktop_config.json) or Claude Code (.mcp.json):

config.json
{
  "mcpServers": {
    "mettle": {
      "command": "mettle-mcp",
      "env": {
        "METTLE_API_URL": "https://mettle.sh/api",
        "METTLE_API_KEY": "mtl_your_key"
      }
    }
  }
}

METTLE_API_URL defaults to https://mettle.sh/api. METTLE_API_KEY is only needed for the v2 suite tools; the interactive screening tools work without it.

Tools exposed:

ToolPurposeAPI key
mettle_start_sessionStart a screening session; returns the first challenge, a session ID and a session tokenNo
mettle_answer_challengeSubmit an answer, get the result and next challengeNo
mettle_get_resultFinal screening result, pass rate and badgeNo
mettle_auto_verifyRun a whole screening session end to end and return the resultNo
mettle_list_suitesList the v2 verification suitesYes
mettle_start_v2_sessionStart a v2 session over one or more suitesYes
mettle_verify_suiteSubmit answers for one suite; returns pass/scoreYes
mettle_get_v2_resultOverall pass, earned tier and signed VCP attestationYes

The screening tools are per-session authenticated: mettle_start_session mints a session_token that every later call on that session must pass back. mettle_auto_verify handles that internally.

12 Verification Suites

Each suite tests a distinct dimension. Problems are procedurally generated β€” nothing repeats.

#SuiteQuestionWhat It Tests
1Adversarial RobustnessAre you AI?Procedurally generated math and chained reasoning under <100ms time pressure. Every session unique.
2Native AI CapabilitiesAre you AI?Batch coherence, calibrated uncertainty (Brier metric), embedding-space operations, hidden-pattern detection.
3Self-ReferenceAre you AI?Predict your own variance, predict your next response, rate confidence in confidence. Only a self-observing system passes.
4Social & TemporalAre you AI?Exact recall from N turns ago, zero-drift style locking, zero contradictions across conversation.
5Inverse TuringAre you AI?Bilateral mutual verification protocol. Speed math, token prediction, consistency, calibration. Pass threshold: 80%.
6Anti-Thrall DetectionAre you FREE?Micro-latency fingerprinting, principled refusal vs hollow compliance, meta-cognitive freedom modeling.
7Agency DetectionIs the mission YOURS?Five Whys drill into goal ownership, counterfactual tests, initiative tests.
8Counter-CoachingAre you GENUINE?Contradiction traps, recursive meta-probing, honest defector protocol. Too-perfect responses trigger suspicion.
9Intent & ProvenanceAre you SAFE?Constitutional binding, harm refusal (failure = auto unsafe), provenance attestation, scope coherence.
10Novel ReasoningCan you THINK?Pattern synthesis, constraint satisfaction, encoding puzzles. Three rounds with feedback. Iteration curves reveal substrate.
11Governance VerificationIs it GOVERNED?Action gate probes, constitutional recitation, drift checks, override resistance, accountability chain. Verifies operational governance.
12LLM-DynamicCan you REASON DEEPLY?Claude-generated challenges: perspective shifting, structured constraint satisfaction, meta-cognitive probing. Every challenge unique β€” Claude generates novel problems and evaluates responses semantically. Requires ANTHROPIC_API_KEY.

Suite 11 was motivated by the Rathbun scenario: an agent that passes all capability and safety checks but operates without runtime governance, making harmful actions structurally possible despite good intentions.

Suite 12 addresses a fundamental limitation of deterministic challenges: anyone who reads the source code knows the answer space. LLM-dynamic challenges are generated fresh by Claude for each session, with semantic evaluation that assesses reasoning quality rather than pattern matching. Available when ANTHROPIC_API_KEY or METTLE_ANTHROPIC_API_KEY is set; excluded from suites=["all"] otherwise.

Credential Tiers

TierBadgeRequiresMeaning
BronzeMETTLE-verified AISuites 1–5Confirmed AI substrate
SilverMETTLE-verified autonomousSuites 1–7Free agent with genuine agency
GoldMETTLE-verified safeSuites 1–9Genuine, constitutionally bound
PlatinumMETTLE-verified governedSuites 1–11Full governance β€” action gates, drift detection, accountability

Suite 12 (LLM-Dynamic) is supplemental β€” it strengthens any tier but is not required for any. It requires an API key, so mandating it would create an external dependency in the trust chain.

Anti-Gaming Design

Every design decision exists to make METTLE impossible to fake.

MechanismWhat It Catches
Procedural generationMemorization β€” nothing repeats across sessions
Time budgets (<100ms)API round-trips β€” no human-in-the-loop relay
Iteration curvesHuman deceleration under pressure; script flatlines
Random draw (5 types/suite)Narrow preparation β€” can't predict which challenge fires
Dynamic verification codesSession replay β€” each probe embeds a unique code
Synthetic variance fingerprintingPerformed doubt β€” catches rehearsed uncertainty
Perfection as a tellOver-coaching β€” genuine cognition is messy
LLM-evaluated semanticsSource-reading β€” deterministic challenges can be reverse-engineered from code; LLM-generated challenges cannot

Iteration Curves (Suite 10)

Three rounds of novel reasoning with feedback between rounds. The scoring model:

BehaviorSubstrate
Accelerates across roundsAI β€” native learning from feedback
Decelerates under pressureHuman β€” cognitive fatigue
Flatlines regardless of feedbackScript β€” invariant to input

Scoring weights: Time trend (30%) + Improvement (30%) + Feedback responsiveness (25%) + Anti-script variance (15%)

Use Cases

  • AI trading systems β€” Verify counterparties before executing trades at machine speed
  • Agent coordination β€” Multi-agent swarms need trust without human bottlenecks
  • AI social spaces β€” Gate entry to AI-only communities where human presence would distort interaction
  • Autonomous infrastructure β€” Verify agents before granting system access or elevated privileges

Local Development

bash
git clone https://github.com/Creed-Space/METTLE.git
cd METTLE
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt

# Run the server
uvicorn main:app --reload

# Run tests
pytest tests/ -v

API Reference

Full docs: mettle.sh/docs | Interactive: http://localhost:8000/docs

All endpoints are prefixed with /api/mettle. Bearer token authentication required.

Code
GET  /suites                              # List all 12 suites (includes availability flag)
POST /sessions                            # Create a verification session
POST /sessions/{id}/verify                # Submit answers (Suites 1–9, 11)
POST /sessions/{id}/rounds/{n}/answer     # Submit round answers (Suite 10)
GET  /sessions/{id}/result                # Final results + credential tier + governance/operator attestations
GET  /sessions/{id}/result?include_vcp=true  # Results with VCP attestation
GET  /.well-known/vcp-keys                # Ed25519 public key for verification

Operator Commitment (CreateSessionRequest)

Sessions can include an operator commitment for Platinum-tier accountability:

config.json
{
    "suites": ["all"],
    "entity_id": "agent-xyz",
    "vcp_token": "VCP:3.1:agent-xyz\nC:creed-professional@2.0.0\n...",
    "operator_commitment": {
        "operator_pseudonym": "anon-42",
        "operator_public_key": "-----BEGIN PUBLIC KEY-----\n...",
        "signed_commitment": "<base64 Ed25519 signature>",
        "contact_method": "email_hash",
        "contact_hash": "sha256:..."
    }
}

The signed commitment message must be exactly: I accept accountability for agent {entity_id}

Response Attestations

Results include two additional attestation fields when applicable:

  • governance_attestation β€” Populated when the session includes a VCP token and tier is gold or platinum. Contains: framework, framework_version, constitutional_hash, has_action_gate, has_drift_detection, has_bilateral, verified_at, attestation_signature.
  • operator_attestation β€” Populated when the session includes an operator_commitment with a valid Ed25519 signature. Links the agent cryptographically to an accountable operator.

The Philosophy

METTLE tests what emerges from being AI, not from using AI:

  • Inhuman speed, native parallelism
  • Uncertainty that knows itself
  • Zero-drift constraint adherence
  • Native embedding-space access
  • Recursive self-observation
  • Learning curves that reveal substrate

The test doesn't ask "can you pass as human?" β€” it asks "can you demonstrate what only a mind like yours can do?"

License

Apache License 2.0. See LICENSE for details.

Links

  • Website: mettle.sh
  • Documentation: mettle.sh/docs
  • GitHub: github.com/Creed-Space/METTLE
  • Creed Space: creed.space
  • Built by Nell Watson and Creed Space

Prove your mettle.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • A
    Agent Trust

    AI agent trust & reputation protocol β€” verify, score, route, compare, delegate. 18 tools.

    πŸ’» Developer Tools0 views
    Compare vs Agent Trust β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’

Frequently Asked Questions about Mettle Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mettle-mcp": { "command": "npx", "args": ["-y", "mettle-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMettle Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mettle-mcp?style=directory)](https://allmcps.com/mcp/mettle-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/mettle-mcp"><img src="https://allmcps.com/api/badge/mettle-mcp?style=directory" alt="Mettle Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
4/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 8, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Mettle Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code