Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions registries/toolhive/servers/neo-x402-mcp/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.atakanelik34/neo-x402-mcp",
"title": "Neo x402 MCP",
"version": "1.1.0",
"description": "AI-powered web intelligence toolkit with 8 tools: search, scrape, screenshot, SEO analysis, PDF/docs conversion, crypto tracking, and code review via x402 pay-per-use.",
"repository": {
"url": "https://github.com/atakanelik34/neo-x402-api-server",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://neo.docly.work/mcp"
}
],
"packages": [],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.atakanelik34": {
"metadata": {
Comment on lines +20 to +21
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Nest publisher metadata under the remote URL key

ToolHive’s extension readers expect _meta["io.modelcontextprotocol.registry/publisher-provided"]["io.github.stacklok"][<extension-key>], where for remote servers <extension-key> is remotes[0].url (see internal/serverjson/extensions.go ExtensionKey()/GetExtensions()). Here the metadata is placed directly under the namespace object, so the catalog tooling will treat this server as having no extensions (e.g., last_updated/stars won’t be read and tools/tags won’t flow through extension-aware paths).

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The feedback given by chatgpt is correct, the nesting is not what we expect, let's update and fix that 👍

"last_updated": "2026-04-05T00:00:00Z",
"stars": 0
},
"status": "Active",
"tier": "Community",
"tags": [
"web-search",
"scraping",
"screenshot",
"seo-analysis",
"document-conversion",
"pdf-analysis",
"crypto",
"code-review",
"x402",
"pay-per-use"
],
"tools": [
"web_search",
"scrape",
"pdf_analyze",
"crypto_price",
"code_review",
"screenshot",
"seo_analyze",
"convert_document"
]
}
}
}
}