← prompts.chat MCP Server

prompts.chat MCP Server 1.0.9

npm · @fkadev/prompts.chat-mcp · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-14T07:35:53.957Z using mcpSecurity-inventory. Status: partial. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "prompts": {
    "listChanged": false
  },
  "tools": {
    "listChanged": true
  }
}

Tools 2

ToolCategoryAnnotationsRisk
get_promptGet a prompt by ID. If the prompt contains template variables (like ${variable} or ${variable:default}), you may need to provide values for them.
Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the prompt to retrieve"
    }
  },
  "required": [
    "id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
search_promptsSearch for AI prompts by keyword. Returns matching prompts with title, description, content, author, category, and tags.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query to find relevant prompts"
    },
    "limit": {
      "type": "number",
      "minimum": 1,
      "maximum": 50,
      "default": 10,
      "description": "Maximum number of prompts to return (default 10, max 50)"
    },
    "type": {
      "type": "string",
      "enum": [
        "TEXT",
        "STRUCTURED",
        "IMAGE",
        "VIDEO",
        "AUDIO"
      ],
      "description": "Filter by prompt type"
    },
    "category": {
      "type": "string",
      "description": "Filter by category slug"
    },
    "tag": {
      "type": "string",
      "description": "Filter by tag slug"
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.