MCP server intelligence profile

prompts.chat MCP Server

Provides access to thousands of AI prompts from prompts.chat, enabling users to search, browse, and use community-curated prompts with variable substitution directly in their AI coding assistant

Hybridf
Awaiting current scanNpm · 1.0.9

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @fkadev/prompts.chat-mcp from npm

Version 1.0.9 declares 1 executable entrypoint.

npm install --save-exact @fkadev/prompts.chat-mcp@1.0.9
npx -y -p @fkadev/prompts.chat-mcp@1.0.9 @fkadev/prompts.chat-mcp
MCP client configuration example
{
  "mcpServers": {
    "@fkadev/prompts.chat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@fkadev/prompts.chat-mcp@1.0.9",
        "@fkadev/prompts.chat-mcp"
      ]
    }
  }
}

Identity

Canonical slugprompts-chat-mcp-server-16cb6219DeploymentHybrid
Canonical packagenpm:@fkadev/prompts.chat-mcpRepositoryf/prompts.chat-mcp
First publishedLatest release
Last security verificationClassification confidence82%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@fkadev/prompts.chat-mcp1.0.910Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@fkadev/prompts.chat-mcp1.0.9CurrentSep 5, 20262 toolsPartial · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
prompts-chatServer-reported name
2Capability groups
Aug 14, 2026Observed

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

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

prompts.chat MCP Server questions

How do I install prompts.chat MCP Server?

Install the selected package version with: npm install --save-exact @fkadev/prompts.chat-mcp@1.0.9

What tools does prompts.chat MCP Server provide?

prompts.chat MCP Server exposed 2 tools during independent protocol observation, including get_prompt, search_prompts.

Is prompts.chat MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Developer Tool MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.