-
Notifications
You must be signed in to change notification settings - Fork 117
feat: add clarvia-mcp-server - AEO scoring for AI agent tools #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| { | ||
| "display_name": "Clarvia MCP Server", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/clarvia-project/scanner" | ||
| }, | ||
| "homepage": "https://clarvia.art", | ||
| "author": { | ||
| "name": "clarvia-project" | ||
| }, | ||
| "license": "MIT", | ||
| "tags": [ | ||
| "mcp", | ||
| "model-context-protocol", | ||
| "aeo", | ||
| "ai-agents", | ||
| "tool-discovery", | ||
| "tool-scoring", | ||
| "mcp-quality", | ||
| "agent-compatibility" | ||
| ], | ||
| "installations": { | ||
| "npm": { | ||
| "type": "npm", | ||
| "command": "npx", | ||
| "args": [ | ||
| "-y", | ||
| "clarvia-mcp-server" | ||
| ], | ||
| "description": "Install and run using NPM/npx" | ||
| } | ||
| }, | ||
| "examples": [ | ||
| { | ||
| "title": "Check tool quality before use", | ||
| "description": "Gate-check an API or MCP server for agent compatibility", | ||
| "prompt": "Gate-check https://api.stripe.com before we use it in our agent workflow." | ||
| }, | ||
| { | ||
| "title": "Find the best MCP server for a task", | ||
| "description": "Search for agent-friendly tools by use case", | ||
| "prompt": "Find the best MCP server for web browsing with an AEO score above 70." | ||
| }, | ||
| { | ||
| "title": "Score your own MCP server", | ||
| "description": "Audit your MCP server configuration for AEO compliance", | ||
| "prompt": "Score my MCP server at https://myapi.example.com and suggest improvements." | ||
| } | ||
| ], | ||
| "name": "clarvia-mcp-server", | ||
| "description": "AEO (Agent Experience Optimization) scoring for 15,400+ MCP servers and AI agent tools. Gate-check APIs before using them, score your own MCP server, find agent-friendly alternatives, and search the indexed tool catalog.", | ||
| "categories": [ | ||
| "AI Agents", | ||
| "Development Tools" | ||
| ], | ||
|
Comment on lines
+52
to
+55
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1. Invalid category values The new server manifest uses category strings ("AI Agents", "Development Tools") that are not in the
registry schema’s allowed category enum, so manifest validation will fail. This will break the CI
"Validate Server JSON Files" job for the PR.
Agent Prompt
|
||
| "is_official": false | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid volatile quantitative claims in static description text.
"15,400+"will age quickly and make registry metadata stale. Consider evergreen wording (or move counts to docs/website).🤖 Prompt for AI Agents