You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_registry_search

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ThinkNEO MCP Server

https://github.com/thinkneo-ai/mcp-server

3/7 registries
View full server →
thinkneo_registry_search — ThinkNEO MCP Server — PRSM MCP