Simeji Stamp Mcp

Created By
simeji-mcpa year ago
StampMCP-Simeji is a service that Retrieve and return multiple emoticon/sticker images based on text meaning.Creates 1-20 varied images related to the input text.Images are automatically saved to a local folder and the folder opens automatically for easy access.
Overview

スタンプ超変換MCPとは?

一、スタンプ超変換MCPとは?

  • 累計ダウンロード数が7,000万を超え、Z世代に人気のキーボードアプリ「Simeji」が、「スタンプ超変換MCPサービス」の提供を開始しました。
  • 特定のキーワードを入力するだけで、そのキーワードに関連するスタンプが自動で生成されます。
  • Simejiのスタンプ超変換MCPをご利用中に問題が発生した場合は、こちらのフォームよりご連絡ください。

二、Simeji MCPの主な機能

  1. 入力:スタンプ利用コマンドを入力してください。例:悲しい/楽しいスタンプを使う(入力は日本語に限ります)
  2. 出力:キーワードに関連する多様なスタンプ素材
  3. キーワード表示の有無を選択可能:生成されるスタンプにキーワードを表示するかどうかを選べます
  4. スタンプ保存:出力されたスタンプはローカルフォルダに保存され、ご自由にご利用いただけます

三、設定項目の説明

  1. STAMP_API_KEY:プラットフォーム上で取得したAPIキー
  2. NEED_PASTE:オプション値("0" または "1")。デフォルトは"0"で、スタンプにキーワードを表示しません。"1"に設定すると表示されます。

四、ご利用にあたっての注意事項

  1. ご利用前に、開発者アカウントの登録とログインが必要です。サービス利用にはAPIキーの取得が必要です。APIキー取得URL
  2. 1ユーザーにつき、最大2つのAPIキーまで作成可能です(削除・再作成は可能)。
  3. 超変換MCP利用のリクエストの上限は、APIキーごとにではなくユーザー単位で管理されます。
  4. 24時間あたり、1ユーザーにつきリクエストの上限は30回までとなります。

Server Config

{
  "mcpServers": {
    "simeji-stampmcp": {
      "command": "npx",
      "args": [
        "-y",
        "simeji-stampmcp"
      ],
      "env": {
        "STAMP_API_KEY": "{apikey}"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
simeji-mcp
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Mnemom

15 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago