MCP.so
ログイン
T

Tiramisu Ai Mcp Server

@rocnubie

Tiramisu Ai Mcp Server について

A Model Context Protocol server that exposes the canonical Tiramisu AI knowledge surface — official site information, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

rocnubie

投稿者

Chen Roc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "tiramisu-ai-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/tiramisu-ai-mcp/src/index.mjs"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Tiramisu Ai Mcp Server?

A Model Context Protocol (MCP) server that exposes the canonical Tiramisu AI knowledge surface—official site information, pricing, FAQ, and links—to MCP‑compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. It is read‑only, requires no API keys, has no quota, and cold starts in ~50 ms.

How to use Tiramisu Ai Mcp Server?

Install via Smithery (e.g., npx -y @smithery/cli install tiramisu-ai-mcp --client claude) or clone the source repository and configure it in your MCP client’s configuration file (e.g., claude_desktop_config.json or mcp.json). Once running, the server provides three tools (get_site_overview, get_pricing, get_official_links) and four resources (site://tiramisu-ai/overview, site://tiramisu-ai/pricing, site://tiramisu-ai/faq, site://tiramisu-ai/links) for AI assistants to retrieve authoritative information about Tiramisu AI.

Key features of Tiramisu Ai Mcp Server

  • Exposes Tiramisu AI’s official site overview, pricing, and links as MCP resources and tools.
  • Zero‑config, read‑only server with no API keys or quotas needed.
  • ~50 ms cold start and uses stdio transport.
  • Compatible with Claude Desktop, Cursor, Windsurf, and Continue.
  • Provides two prompts: tell_me_about_tiramisu_ai and walk_me_through_tiramisu_ai.
  • Written in Node.js (>=18) and licensed under MIT.

Use cases of Tiramisu Ai Mcp Server

  • Allow an AI assistant to answer user questions about Tiramisu AI’s pricing, features, and official links without browsing the website.
  • Integrate authoritative Tiramisu AI knowledge into automated workflows for customer support or content generation.
  • Enable developers to provide accurate, up‑to‑date information about Tiramisu AI inside their own MCP‑enabled applications.

FAQ from Tiramisu Ai Mcp Server

Does this server require an API key?

No. The server is fully local and requires no API keys, authentication, or quota.

What transport does it use?

It uses the stdio transport (standard input/output).

Is the server read‑only?

Yes. All tools and resources are read‑only; the server never modifies any data.

What are the system requirements?

Node.js version 18 or higher is required.

How do I install it?

You can install it via Smithery (npx -y @smithery/cli install tiramisu-ai-mcp --client claude) or clone the GitHub repository and run pnpm install and pnpm start.

コメント

「開発者ツール」の他のコンテンツ