thinkneo_registry_search
ActiveTool of ThinkNEO MCP Server
Search the ThinkNEO MCP Marketplace — the npm for MCP tools. Discover MCP servers and tools by keyword, category, rating, or verified status. Returns name, description, tools count, rating, downloads, and verified badge. No authentication required.
Parameters schema
{
"type": "object",
"title": "thinkneo_registry_searchArguments",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 20,
"description": "Max results to return (1-100, default 20)"
},
"query": {
"type": "string",
"title": "Query",
"default": "",
"description": "Search query — matches name, description, tags, and tool names"
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Category",
"default": null,
"description": "Filter by category: governance, security, data, development, productivity, communication, analytics, devops, finance, marketing, other"
},
"min_rating": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Min Rating",
"default": null,
"description": "Minimum average rating (1.0-5.0)"
},
"verified_only": {
"type": "boolean",
"title": "Verified Only",
"default": false,
"description": "If true, return only verified packages"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries