mcp_prompt_mapper

Created By
Sumedh1599a year ago
Generates optimal Claude/OpenAI-ready prompts to build each part of the MCP server (resources, tools, prompts) from the input generated by `mcp_input_analyzer`.
Overview

What is mcp_prompt_mapper?

mcp_prompt_mapper is an open-source library designed to generate optimal prompts tailored for Claude, Grok, and OpenAI APIs. It transforms input from mcp_input_analyzer into structured, efficient prompts that can be used to build various parts of the MCP server, including resources, tools, and additional prompts.

How to use mcp_prompt_mapper?

To use mcp_prompt_mapper, install it via pip or clone the repository and run setup.py. You can then initialize the PromptMapper and generate prompts using input data from mcp_input_analyzer.

Key features of mcp_prompt_mapper?

  • Prompt Templating: Generate custom templates for creating resources and tools.
  • Custom Output Formats: Supports both YAML and JSON formatted outputs optimized for Claude.
  • Cross-API Compatibility: Works seamlessly with Claude, Grok, and OpenAI APIs.
  • Schema-aware Auto-complete Prompts: Ensure prompts are schema-compliant using auto-completion features.
  • Streaming Input Parsing: Efficiently parse streaming inputs directly in Claude Desktop.

Use cases of mcp_prompt_mapper?

  1. Generating prompts for database resource creation.
  2. Creating tools for API gateways.
  3. Handling streaming input for real-time prompt generation.

FAQ from mcp_prompt_mapper?

  • Is mcp_prompt_mapper free to use?

Yes! mcp_prompt_mapper is open-source and free to use for everyone.

  • What programming languages does it support?

It is primarily designed for Python but can be adapted for other languages that can interface with the APIs.

  • How can I contribute to the project?

Contributions are welcome! Please submit a pull request on GitHub.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Sumedh1599
Star
0
Language
TypeScript
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

5 hours ago