Skip to content

Commit 995f5c7

Browse files
ThomWilsonSEOclaude
andcommitted
Add MCP Validator remote server
Scores MCP tool definitions 0-100 for quality, completeness, and spec compliance. Checks naming conventions, descriptions, inputSchema, annotations, uniqueness, and destructive hints. Free to use, no auth required. Remote server: https://wildrunai.com/api/mcp (streamable-http) Web UI: https://wildrunai.com/tools/mcp-validator Listed on official MCP Registry: com.wildrunai/mcp-validator Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 84dd271 commit 995f5c7

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

servers/mcp-validator/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docs: https://wildrunai.com/tools/mcp-validator

servers/mcp-validator/server.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: mcp-validator
2+
type: remote
3+
dynamic:
4+
tools: true
5+
meta:
6+
category: developer-tools
7+
tags:
8+
- developer-tools
9+
- mcp
10+
- validation
11+
- quality
12+
- remote
13+
about:
14+
title: MCP Validator
15+
description: Score MCP tool definitions 0-100. Checks naming, descriptions, inputSchema, annotations, uniqueness, and destructive hints.
16+
icon: https://wildrunai.com/favicon.ico
17+
source:
18+
project: https://github.com/wildrunai/wildrunai
19+
remote:
20+
transport_type: streamable-http
21+
url: https://wildrunai.com/api/mcp

servers/mcp-validator/tools.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)