You're viewing a demo portfolio

Join the waitlist
PRSM

thinkneo_registry_publish

Active

Tool of ThinkNEO MCP Server

declared in 1.28.0

Publish an MCP server to the ThinkNEO Marketplace. Validates the endpoint by calling initialize and tools/list, runs automated security scan for secrets and injection patterns, computes a security score (0-100), and stores the entry with version history. Validates the endpoint (calls initialize + tools/list), runs security scan (secrets detection, injection patterns), and stores the entry. Authentication required.

Parameters schema

{
  "type": "object",
  "title": "thinkneo_registry_publishArguments",
  "required": [
    "name",
    "display_name",
    "description",
    "endpoint_url"
  ],
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "description": "Package name (lowercase, hyphens allowed, e.g. 'my-mcp-server')"
    },
    "tags": {
      "anyOf": [
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        {
          "type": "null"
        }
      ],
      "title": "Tags",
      "default": null,
      "description": "Tags for discoverability (e.g. ['ai', 'governance', 'security'])"
    },
    "readme": {
      "type": "string",
      "title": "Readme",
      "default": "",
      "description": "Full readme/documentation in markdown"
    },
    "license": {
      "type": "string",
      "title": "License",
      "default": "MIT",
      "description": "License (e.g. MIT, Apache-2.0)"
    },
    "repo_url": {
      "type": "string",
      "title": "Repo Url",
      "default": "",
      "description": "Source code repository URL"
    },
    "transport": {
      "type": "string",
      "title": "Transport",
      "default": "streamable-http",
      "description": "Transport type: streamable-http, sse, or stdio"
    },
    "categories": {
      "anyOf": [
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        {
          "type": "null"
        }
      ],
      "title": "Categories",
      "default": null,
      "description": "Categories: governance, security, data, development, productivity, communication, analytics, devops, finance, marketing, other"
    },
    "description": {
      "type": "string",
      "title": "Description",
      "description": "Short description of what this MCP server does (max 500 chars)"
    },
    "display_name": {
      "type": "string",
      "title": "Display Name",
      "description": "Human-readable display name"
    },
    "endpoint_url": {
      "type": "string",
      "title": "Endpoint Url",
      "description": "MCP server endpoint URL (e.g. https://my-server.com/mcp)"
    }
  }
}

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_publish — ThinkNEO MCP Server — PRSM MCP