-
Notifications
You must be signed in to change notification settings - Fork 8
Add neo-x402-mcp: AI-powered web intelligence toolkit with x402 monetization #1024
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
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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,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": { | ||
| "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" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
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.
ToolHive’s extension readers expect
_meta["io.modelcontextprotocol.registry/publisher-provided"]["io.github.stacklok"][<extension-key>], where for remote servers<extension-key>isremotes[0].url(seeinternal/serverjson/extensions.goExtensionKey()/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/starswon’t be read andtools/tagswon’t flow through extension-aware paths).Useful? React with 👍 / 👎.
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.
The feedback given by chatgpt is correct, the nesting is not what we expect, let's update and fix that 👍