MCP Playground : transformez votre serveur MCP en une démo interactive et partageable

Générez automatiquement en quelques minutes un playground interactif et en direct pour votre serveur MCP. Partagez un lien ou intégrez le widget, laissez vos prospects l'essayer et suivez chaque session dans les analyses.

Réserver une démo Qu'est-ce que le MCP ?
new_releases
Prêt en quelques minutes
task
Démo partageable par lien

Difficile de vendre MCP quand personne ne le voit fonctionner

MCP a à peine un an. En dehors d'un petit cercle d'ingénieurs en IA, la plupart de vos acheteurs n'y ont jamais touché — et un mur de schémas d'outils dans la documentation n'y changera rien.

groups
Nouveau protocole, audience réduite

Seule une fraction du marché comprend MCP aujourd'hui. Vos ambassadeurs ne peuvent pas défendre ce qu'ils n'arrivent pas à se représenter.

description
La doc décrit, elle ne montre pas

Les listes d'outils statiques et les schémas JSON ne traduisent pas ce que votre serveur MCP fait réellement pour un agent IA.

hourglass_empty
Des cycles de vente longs et techniques

Prouver la valeur implique de mobiliser des développeurs, de brancher un client et d'attendre. Les affaires refroidissent pendant que tout le monde attend un bac à sable.

MCP Showcase comble cette lacune : il transforme votre serveur en un playground MCP que chacun peut essayer dans son navigateur en quelques secondes.

trending_up
Pour les commerciaux
Convertissez des prospects sans appel d'intégration

Envoyez un lien vers un playground MCP en direct plutôt qu'un PDF de 40 pages. Vos prospects testent votre serveur MCP eux-mêmes — ou le transmettent à leurs développeurs pour un feu vert technique — pendant que les analyses vous montrent qui est réellement engagé.

Learn morearrow_forward
insights
Pour le produit & l'ingénierie
Voyez comment on utilise vraiment vos outils

Chaque conversation et chaque appel d'outil est enregistré. Repérez où les utilisateurs bloquent, quels outils déroutent l'agent et quelles descriptions d'outils et prompts réécrire — pour améliorer la qualité de MCP en quelques jours, pas en quelques semaines.

Learn morearrow_forward
campaign
Pour le marketing
Expliquez MCP à un marché encore en train de rattraper son retard

Offrez à un marché qui connaît à peine MCP un moyen concret de le comprendre. Publiez une page vitrine interactive et optimisée pour le référencement pour votre serveur, et favorisez l'adoption plutôt que la confusion.

Learn morearrow_forward

Serveurs MCP déjà présentés

Explorez des playgrounds en direct pour des serveurs MCP auxquels les équipes font déjà confiance.

GitHub MCP server Tavily MCP server Exa MCP server Hugging Face MCP server Microsoft Learn MCP server Teamwork MCP server ilert MCP server

Un playground MCP prêt à l'emploi

Lancez en moins de cinq minutes un playground isolé et interactif pour votre serveur MCP. Aucun ticket DevOps, aucun risque pour la production.

  • check_circle SSE et HTTP streamable pris en charge
  • check_circle Introspection MCP automatique — documentation et exemples générés pour vous
Commencez gratuitement arrow_forward

Documentation interactive & chat MCP en direct

Gardez décideurs et développeurs dans le flux pendant qu'ils explorent vos outils MCP (Model Context Protocol) — sans configuration, directement dans le navigateur.

  • check_circle Documentation générée automatiquement pour chaque outil MCP
  • check_circle Historique de conversation d'exemple qui montre le serveur en action
  • check_circle Chat en direct connecté à vos véritables outils MCP
Réservez une démonstration arrow_forward

Essayez un vrai playground MCP dès maintenant

Explorez le serveur MCP en direct ci-dessous — puis intégrez le même playground MCP sur votre propre site ou application. Inclus dans notre offre gratuite.

Context7 MCP - Docs de code à jour pour n'importe quel prompt

Essayez de comparer l'expérience d'exploration du site officiel et de sa documentation avec le playground MCP ci-dessous.

Widget généré par MCP Showcase

Explorez plus de playgrounds MCP

Tavily Logo
Tavily MCP Server
https://www.tavily.com/
Tavily provides a web access layer built specifically for AI agents and applications, offering one secure API for real-time web access. Trusted by over 2 million developers and used by enterprises like MongoDB, IBM, AWS, and JetBrains, Tavily grounds language models with fresh, structured web context to help agents reason over facts without hallucinating. This MCP server exposes Tavily's core capabilities through five complementary tools: **search** for retrieving current web information, **extract** for pulling clean content from specific URLs, **crawl** for exploring websites with configurable depth and breadth, **map** for discovering a website's structure, and **research** for conducting comprehensive multi-source investigations. Together, these tools enable AI agents to fetch live data, parse and structure web content, and perform deep research—all backed by a production-grade retrieval stack featuring built-in safeguards against PII leakage, prompt injection, and malicious sources. With 300M+ monthly requests handled and 99.99% uptime, Tavily is engineered for reliability at scale. ## Use Cases **1. Real-time factual search and news lookup** Use `tavily_search` to retrieve up-to-date information on any topic that falls beyond a model's knowledge cutoff, with control over recency, domains, and geographic relevance. - Sample prompt: `Search for the latest news on OpenAI's product announcements from the past week and give me the source URLs.` **2. Extracting content from specific web pages** Use `tavily_extract` to pull clean, structured markdown or text content from one or more known URLs, including protected sites, LinkedIn, or pages with tables. - Sample prompt: `Extract the full article content from these three URLs and summarize the key points from each.` **3. Crawling a website for documentation or research** Use `tavily_crawl` to systematically explore a site starting from a root URL, gathering content across multiple pages with defined depth and path filters. - Sample prompt: `Crawl the docs.stripe.com site and collect all pages under the /payments path, then summarize their API authentication requirements.` **4. Mapping a website's structure** Use `tavily_map` to generate a list of all URLs reachable from a base URL, useful for site audits or planning a targeted crawl. - Sample prompt: `Map the entire structure of https://www.example.com and show me all the pages under the /blog section.` **5. Comprehensive multi-source research** Use `tavily_research` to conduct deep investigations across many sources and receive a detailed synthesized response, ideal for broad or complex questions. - Sample prompt: `Research the current state of the electric vehicle battery market, including major manufacturers, recent breakthroughs, and projected growth through 2030.` **6. Competitive and market intelligence (combined tools)** Combine `tavily_search` and `tavily_extract` to first discover relevant competitor pages, then extract detailed content for analysis. - Sample prompt: `Find the pricing pages for the top 3 project management SaaS tools, extract their pricing tiers, and build a comparison table.` **7. Country-specific and time-bound fact checking** Use `tavily_search` with country and date-range filters to verify claims or gather region-specific data within a defined time window. - Sample prompt: `Search for renewable energy policy changes in Germany between 2024-01-01 and 2024-12-31 and list the key legislative updates.` **8. Building a knowledge base from a domain (combined tools)** Combine `tavily_map` and `tavily_crawl` to first map a site's structure, then crawl selected sections to ingest content into a knowledge base. - Sample prompt: `Map the help center at support.myproduct.com, then crawl all the troubleshooting articles so I can build an internal FAQ dataset.`
Microsoft Logo
Microsoft Learn MCP Server
https://learn.microsoft.com/en-gb/
The **Microsoft Learn MCP Server** provides AI-powered access to official Microsoft and Azure documentation, enabling assistants to ground their answers in accurate, first-party knowledge. It connects directly to Microsoft Learn and other trusted Microsoft sources, ensuring responses are always based on the latest official content. The server offers three complementary tools focused on documentation retrieval and code assistance. These include searching documentation for relevant content chunks, fetching complete webpages in markdown format, and retrieving official code samples for Microsoft/Azure development tasks. Together, these tools help developers, IT professionals, and learners get trustworthy answers, step-by-step guidance, and practical code examples across the entire Microsoft ecosystem—including Azure, .NET, Microsoft 365, and Copilot technologies. ## Use Cases ### 1. Grounding answers in official Microsoft documentation Quickly search across Microsoft Learn to find relevant, accurate content for any Microsoft/Azure question, ensuring responses reflect first-party knowledge. - Sample prompt: `How do I configure managed identities for an Azure App Service to access Azure Key Vault?` ### 2. Retrieving complete tutorials and step-by-step guides When a search result is truncated or highly relevant, fetch the full documentation page to get comprehensive procedures, prerequisites, and troubleshooting details. - Sample prompt: `Give me the complete step-by-step tutorial for deploying a containerized app to Azure Kubernetes Service, including all prerequisites.` ### 3. Generating code with the latest official samples Retrieve up-to-date, official code snippets when writing Microsoft/Azure related code, filtered by your preferred programming language. - Sample prompt: `Show me a C# code sample for uploading a file to Azure Blob Storage using the latest Azure.Storage.Blobs SDK.` ### 4. Comparing services and making architecture decisions Search documentation to understand differences between Microsoft services and get authoritative guidance for architectural choices. - Sample prompt: `What's the difference between Azure Functions and Azure Logic Apps, and when should I use each based on official Microsoft guidance?` ### 5. Troubleshooting errors with authoritative sources Search and fetch detailed troubleshooting sections from Microsoft docs to resolve specific errors or configuration issues. - Sample prompt: `I'm getting a "403 Forbidden" error when calling the Microsoft Graph API. Find the official troubleshooting steps to fix this.` ### 6. Learning SDK and API usage patterns Combine documentation search with code sample retrieval to fully understand how to use a specific SDK, class, or method. - Sample prompt: `Explain how to use the Azure OpenAI Python SDK to create chat completions, and include a working code example.` ### 7. PowerShell and Azure CLI automation scripting Retrieve official command-line samples for automating Azure resource management and administrative tasks. - Sample prompt: `Give me a PowerShell script to create a new Azure resource group and deploy a virtual machine into it using official examples.` ### 8. Exploring new Microsoft features and best practices Search the latest documentation to stay current with new capabilities and recommended best practices across Microsoft products. - Sample prompt: `What are the current best practices for securing a .NET 8 web API with Microsoft Entra ID authentication?`
GitHub Logo
Github MCP Server
https://github.com/github/github-mcp-server
The GitHub MCP Server is GitHub's official Model Context Protocol server, designed to connect AI assistants and agents directly to GitHub's platform. It exposes a comprehensive set of tools that allow language models to interact with repositories, issues, pull requests, files, branches, releases, and teams programmatically. This server enables end-to-end software development workflows, from creating and managing repositories to handling code reviews and collaboration. The available tools cover repository management (creating repos, branches, and files), issue tracking (creating, updating, and commenting on issues), pull request review workflows (adding review comments, replies, and reactions), and organizational context (retrieving teams, members, and authenticated user details). Maintained by GitHub and released under the MIT license, the server supports read-only and lockdown modes for security-conscious environments and is highly configurable. It serves as a powerful bridge for automating and streamlining common developer operations through natural language. ## Use Cases ### 1. Repository Setup and Management Quickly bootstrap new projects by creating repositories, initializing files, and setting up branches without leaving your AI assistant. - Sample prompt: `Create a new private repository called "payment-service" in my organization "acme-corp", initialize it with a README, and add a description saying "Handles payment processing".` ### 2. File Operations and Content Management Create, update, retrieve, or delete files directly in a repository, useful for configuration changes or quick edits. - Sample prompt: `Update the file "config/settings.yaml" on the "develop" branch of acme-corp/payment-service to change the timeout value to 30 seconds, and commit it with the message "Increase timeout".` ### 3. Issue Tracking and Triage Create, update, and organize issues, including assigning labels, milestones, assignees, and managing sub-issue hierarchies. - Sample prompt: `Create a new issue in acme-corp/payment-service titled "Fix null pointer in checkout flow", assign it to user "janedoe", add the labels "bug" and "priority-high", and set the body describing the crash on the payment confirmation page.` ### 4. Pull Request Creation and Review Open pull requests, request reviewers, and add detailed line-by-line review comments on the diff to facilitate code review workflows. - Sample prompt: `Create a pull request in acme-corp/payment-service from branch "feature/retry-logic" into "main" titled "Add retry logic for failed payments", and request review from "senior-dev-team".` ### 5. Code Review Comments and Feedback Add pending review comments, reply to existing comments, and react to feedback on specific lines of code. - Sample prompt: `On pull request #42 in acme-corp/payment-service, add a review comment on line 85 of "src/checkout.js" on the RIGHT side saying "This should handle the timeout exception explicitly".` ### 6. Issue and PR Collaboration Add comments and emoji reactions to issues and pull requests to keep discussions moving and acknowledge contributors. - Sample prompt: `Add a comment to issue #17 in acme-corp/payment-service saying "I've reproduced this bug and will have a fix by tomorrow", and add a rocket reaction to the issue itself.` ### 7. Release and Tag Inspection Retrieve the latest releases, specific releases by tag, or git tag details to track versioning and deployment history. - Sample prompt: `Get the latest release for acme-corp/payment-service and show me its release notes and tag name.` ### 8. Commit and Change Investigation Fetch detailed commit information, including file-level stats or full diffs, to understand changes and troubleshoot regressions. - Sample prompt: `Show me the full patch details for commit abc123def in acme-corp/payment-service so I can see exactly what changed in the checkout module.` ### 9. Repository Forking and Branching for Contribution Fork repositories and create feature branches to contribute to open-source or team projects. - Sample prompt: `Fork the repository octocat/hello-world to my account, then create a new branch called "fix-typo" from the main branch.` ### 10. Team and Organization Context Retrieve team memberships and member lists to understand organizational structure and route reviews or assignments appropriately. - Sample prompt: `List all the teams I'm a member of, and then show me the members of the "backend-engineers" team in the "acme-corp" organization.` ### 11. Label Management and Standardization Fetch label details to keep issue categorization consistent across a repository. - Sample prompt: `Get the details of the "priority-high" label in acme-corp/payment-service including its color and description.` ### 12. Authenticated User Profile Lookup Retrieve details of the authenticated user to personalize actions or auto-fill ownership information in other operations. - Sample prompt: `Who am I logged in as? Get my GitHub profile details and list the repositories I own.`
HuggingFace Logo
HuggingFace MCP Server
https://huggingface.co/mcp
The **Hugging Face MCP Server** connects AI assistants to Hugging Face's vast ecosystem of machine learning resources, including models, datasets, spaces (AI applications), research papers, and documentation. As an open-source offering from Hugging Face, this server provides a secure, standardized bridge between conversational AI clients and the Hub's rich collection of state-of-the-art AI tools and content. The server exposes tools for authenticated identity checks, powerful repository search, detailed repository inspection, and a flexible filesystem-style navigation interface. Together, these tools let assistants discover trending models, preview datasets, explore AI spaces, and read research papers—all through simple, structured queries. Whether you're browsing the latest text-generation models, inspecting a dataset's schema before use, or reading through a paper's content, the Hugging Face MCP Server makes the entire Hub programmatically accessible to your AI workflows. ## Use Cases **1. Discovering Trending and Relevant Models** Search across models, datasets, and spaces with filtering by author, tags, popularity, and recency to find exactly what you need. - Sample prompt: `Find me the top 10 most downloaded text-generation models from Meta on Hugging Face, and include links to each repository.` **2. Exploring and Previewing Datasets** Inspect dataset structure to discover configs, splits, and schema, then preview actual rows before committing to a download or fine-tuning task. - Sample prompt: `Show me the structure of the 'squad' dataset, then preview the first 5 rows of the training split.` **3. Getting Detailed Model Information** Retrieve overviews for one or more repositories to compare capabilities, licenses, and specifications side by side. - Sample prompt: `Give me the details and overview for openai/gpt-oss-120b and meta-llama/Llama-3-70B so I can compare them.` **4. Finding AI Applications (Spaces)** Use semantic search and tag filtering to locate ready-to-use AI apps and demos, including MCP-server spaces. - Sample prompt: `Search Hugging Face Spaces for text-to-image generation apps and show me the most trending ones.` **5. Reading Research Papers** Navigate to papers by arXiv ID to discover related resources and read the full paper content or metadata directly. - Sample prompt: `Pull up the paper with arXiv ID 1706.03762 and summarize its key contributions for me.` **6. Browsing Trending Content** List trending models, datasets, spaces, or papers to stay current with the latest developments in the AI community. - Sample prompt: `What are the top trending datasets on Hugging Face right now?` **7. Navigating Repository Files** Use filesystem-style commands (ls, cat, stat, find) over hf:// URIs to explore repository contents, read config files, or locate specific files. - Sample prompt: `List all the files in the mistralai/Mistral-7B-v0.1 model repository and show me the contents of its config.json.` **8. Searching Documentation** Query Hugging Face's product documentation to find guidance on transformers, datasets, or other libraries. - Sample prompt: `Search the Hugging Face Transformers documentation for how to use the Trainer API.` **9. Author-Scoped Discovery** Filter searches to a specific organization or user to survey their entire catalog of contributions. - Sample prompt: `Show me all the datasets published by the 'google' organization on Hugging Face, sorted by likes.` **10. Verifying Authentication Context** Confirm the identity of the authenticated user driving Hub interactions. - Sample prompt: `Which Hugging Face account am I currently authenticated as?`
Teamwork Logo
Teamwork MCP Server
https://teamwork.com
This MCP server connects to **Teamwork.com**, an AI-powered professional services automation platform that helps agencies, consultancies, IT service providers, and other client-focused businesses run projects, resources, and financials in one place. The server exposes a comprehensive set of tools spanning the entire Teamwork.com ecosystem, enabling AI assistants to manage work end-to-end without leaving the conversation. The tools are organized into four main product areas. **Teamwork Projects** (`twprojects-*`) covers the core project management surface — projects, tasks, tasklists, milestones, comments, messages, notebooks, links, time tracking (timelogs and timers), workflows, custom fields, custom item types, budgets, teams, users, tags, skills, and workload reporting. **Teamwork Desk** (`twdesk-*`) handles customer support with tickets, inboxes, customers, companies, priorities, statuses, ticket types, help doc articles, and agents. **Teamwork Chat** (`twchat-*`) provides messaging capabilities including conversations, direct messages, and people lookup, while **Teamwork Spaces** (`twspaces-*`) manages a knowledge base of collaborative pages, comments, categories, tags, and spaces. Together these tools let you create, read, update, search, and report across the full Teamwork.com suite — from logging billable time to spinning up projects from templates and forecasting team workload. ## Use Cases ### 1. Project setup and cloning Quickly stand up new client projects manually or from templates, then organize tasklists and milestones. - Sample prompt: `Create a new project called "Acme Website Redesign" for the Acme company starting 2025-07-01, then add tasklists for Discovery, Design, and Development.` - Sample prompt: `Clone our "Client Onboarding Template" project into a new project called "Beta Corp Onboarding" starting today.` ### 2. Task management and delegation Create, assign, prioritize, and track tasks through completion and workflow stages. - Sample prompt: `Create a high-priority task "Finalize homepage mockups" in tasklist 48291, assign it to user 1023, due next Friday, and estimate 4 hours.` - Sample prompt: `Show me all unassigned, unplanned tasks in project 55210 and list who created each one.` ### 3. Time tracking and billable reporting Log time, run timers, and produce exact profitability-focused totals grouped by user or project. - Sample prompt: `Log 2 hours 30 minutes of billable time against task 88213 for today with the description "Client review call".` - Sample prompt: `Summarize all billable vs unbilled hours per project for the month of June 2025.` ### 4. Resource and workload planning See task allocation across the team to spot over- and under-utilization. - Sample prompt: `Show me the workload for the design team between 2025-07-01 and 2025-07-15 and flag anyone over capacity.` ### 5. Customer support ticket handling (Teamwork Desk) Triage, reply to, and update support tickets, and manage inboxes, statuses, and priorities. - Sample prompt: `Find all open high-priority tickets in the Support inbox, then reply to ticket 41022 letting the customer know a fix is on the way.` - Sample prompt: `Add an internal note to ticket 41055 assigning it to agent 88 and tag it as "escalation".` ### 6. Customer and company (client) records management Create and maintain customer and company records across both Projects and Desk. - Sample prompt: `Create a new Desk company called "Northwind Traders" with the domain northwind.com and add a customer named Jane Doe with email jane@northwind.com.` ### 7. Cross-entity and knowledge search Search across projects, tasks, files, messages, help docs, and Spaces pages. - Sample prompt: `Search all projects and tasks for anything mentioning "GDPR compliance" updated in the last month.` - Sample prompt: `Search our help docs for published articles about "password reset".` ### 8. Team communication (Teamwork Chat) Send direct messages and post to conversations, resolving people by name. - Sample prompt: `Send a direct message to Sarah Kelly letting her know the design review is moved to 3pm tomorrow.` - Sample prompt: `Post a message in the "Project Leads" conversation summarizing this week's blockers.` ### 9. Knowledge base authoring (Teamwork Spaces) Create and maintain internal documentation pages, comments, and required reading. - Sample prompt: `Create a page titled "Client Onboarding Checklist" in space 12 and publish it with our standard onboarding steps.` - Sample prompt: `Duplicate page 8842 as "2025 Style Guide" and mark it as required reading.` ### 10. Custom items for bespoke workflows Model non-standard entities like Contracts, Leads, or Deals with custom fields and records. - Sample prompt: `List the custom item types on project 55210, then add a new "Contract" record named "Acme Retainer 2025" with a value of 24000 and status Active.` ### 11. Custom fields and metadata Define and populate custom fields on tasks, projects, and companies for richer reporting. - Sample prompt: `Create a dropdown custom field called "Account Tier" with Gold, Silver, and Bronze options at the installation level, then set it to Gold on project 55210.` ### 12. Messages, notebooks, and links collaboration Centralize project discussions, reference docs, and shared resources. - Sample prompt: `Post a project message titled "Sprint 3 Kickoff" to project 55210 notifying all members, and add a link to our shared Figma board.` ### 13. Activity monitoring and status reporting Review recent activity and comments to build status updates. - Sample prompt: `Show me all activity in project 55210 over the last 7 days involving milestones and timelogs, then draft a client status summary.` ### 14. Workflow management Set up workflows and move tasks through stages for visual pipeline tracking. - Sample prompt: `Create a workflow called "Content Pipeline" with stages Draft, Review, and Published, link it to project 55210, and move task 88213 into Review.`
Hive Intelligence Logo
Hive Intelligence MCP Server
https://www.hiveintelligence.xyz
Hive Intelligence provides a managed MCP server that acts as a single connection for evidence-backed crypto due diligence. Every answer is delivered with sources, freshness context, and a runtime receipt (provider evidence time, cache age, runtime status, and a server-issued receipt ID), so agents can preserve verifiable provenance for each data point. Rather than exposing hundreds of endpoints directly, Hive uses a discover-then-execute workflow. Agents first search a catalog of canonical task toolsets and intent-based routes with `search_tools`, inspect the exact input contract with `get_api_endpoint_schema`, then run read-only queries through `invoke_api_endpoint` or approved state changes through `invoke_stateful_endpoint`. A final `validate_task_result` step checks the proposed answer against Hive's typed task-output and evidence-receipt contract. The underlying catalog spans market data, onchain activity, risk screening, and prediction markets, normalizing providers such as CoinGecko, Moralis, Tenderly, Helius, GoPlus, CCXT, Codex, Alchemy, DeFiLlama, and Hyperliquid. Its source-backed inventory covers roughly 10 category endpoints, 519 provider tools, and 18 Hive-native stateful tools, all reachable through the same bounded execution contract. ## Use Cases - **Token safety screening before signing/swapping** Combine risk tools like honeypot detection, contract risk, and rugpull signals to vet a token before any transaction. Sample prompt: `` Use Hive to screen the token at 0x1234...abcd on Ethereum for honeypot risk, contract vulnerabilities, and rugpull signals, and tell me if it's safe to research further. `` - **Live market price and stats lookups** Fetch current prices, volumes, market caps, movers, and global market stats across venues. Sample prompt: `Get me the current BTC and ETH prices in USD along with 24h volume and market cap using Hive tools.` - **Wallet portfolio and transaction history analysis** Pull token balances, transaction history, and DeFi positions for a given wallet. Sample prompt: `` Show me all token balances and the recent transaction history for wallet 0xabc...789 on Ethereum using Hive. `` - **DeFi protocol and TVL research** Inspect protocol TVL, DeFi positions, and trending liquidity pools for diligence reports. Sample prompt: `Use Hive to give me the current TVL for Aave and Uniswap, plus the top trending DEX pools right now.` - **Prediction market tracking and reporting** Discover prediction markets, monitor price movement, and aggregate trade flow for ranking or reporting. Sample prompt: `Track the top prediction markets on Codex through Hive and summarize recent trade flow and event stats for the biggest ones.` - **End-to-end due-diligence workflow with verifiable receipts** Run a full route (discover → inspect schema → execute → validate) that produces a pass/block/escalate decision backed by evidence receipts. Sample prompt: `` Run a full Hive due-diligence workflow on the PEPE token: check price, liquidity, and security risk, then give me a pass/block/escalate decision with runtime receipts for each source. `` - **DEX flow and trending pool discovery** Surface trending pools and DEX flows to spot emerging tokens or liquidity shifts. Sample prompt: `Use Hive to find the trending DEX pools on Solana in the last 24 hours and flag any with unusual liquidity changes.` - **Comparative market movers analysis** Query market data to identify top gainers and losers for agent-driven watchlists. Sample prompt: `Get the top 10 crypto gainers and losers over the last 24 hours from Hive market data with their current prices.` - **Saving and managing durable diligence state** Use Hive-native stateful endpoints (after explicit approval) to remember, acknowledge, or resolve monitoring alerts and reports. Sample prompt: `After reviewing this token risk report, save it to my Hive workspace and set an alert I can acknowledge later.` - **Validating an answer before presenting it to a user** Ensure a generated crypto answer meets citation, phase coverage, and receipt-consistency requirements before delivery. Sample prompt: `Validate my proposed token-risk answer against Hive's task-output contract and confirm each claim is backed by a proper evidence receipt.`
Explorer d'autres serveursarrow_forward

Transformez l'usage réel en un meilleur serveur MCP

Chaque session de playground est enregistrée, pour que vos équipes produit et ingénierie voient exactement comment les prospects utilisent vos outils MCP — et agissent en conséquence.

  • check_circle Voyez quels outils sont utilisés, où les utilisateurs bloquent et où votre conception MCP déroute l'agent.
  • check_circle Réécrivez les descriptions d'outils et les prompts à partir de vraies transcriptions de conversations pour améliorer la qualité des réponses.
  • check_circle Transformez les signaux d'engagement en revenus — repérez les prospects prêts à s'intégrer.
Commencez gratuitement arrow_forward

Conçu pour les entreprises, accessible à tous

Répondez aux besoins de votre entreprise avec une gamme d''extensions et de fonctionnalités en constante évolution.

  • check_circle Soutien dédié dirigé par le fondateur
  • check_circle Auto-hébergé ou dans le cloud
  • check_circle Contrats individuels & NDA
  • check_circle Conforme au RGPD
  • check_circle Disponibilité garantie de 99,9 %
Réservez une démonstration arrow_forward

Comment fonctionne le playground MCP

Passez d'un endpoint MCP à un playground interactif et partageable en trois étapes simples.

key
1. Connectez votre serveur MCP
settings
2. Ajoutez des données simulées (facultatif)
select_check_box
3. Partagez un lien ou intégrez le widget
Outil gratuit

Testez votre serveur MCP dans le navigateur

Collez l'URL d'un serveur MCP et voyez tous les outils, ressources et prompts exposés, avec les schémas complets et le journal des requêtes. Gratuit, sans installation ni inscription.

Ou configurez un serveur MCP dans Claude, Cursor, VS Code et sept autres clients

En savoir plus sur le MCP

Questions fréquentes

contact_supportQu'est-ce que le MCP ?

Le MCP (Model Context Protocol) est un protocole standardisé qui permet aux applications d'IA de se connecter à des sources de données et des outils externes. Le MCP permet aux développeurs de créer des points de terminaison avec lesquels les modèles d'IA peuvent interagir, étendant les capacités des systèmes d'IA au-delà de leurs données d'entraînement pour accéder à des informations en temps réel et effectuer des actions spécifiques.

contact_supportQu'est-ce qu'un playground MCP ?

Un playground MCP est un environnement de test interactif où les développeurs et les parties prenantes peuvent expérimenter avec des points de terminaison MCP en temps réel. Le playground MCP permet aux utilisateurs de tester les fonctionnalités de l'API, de comprendre le fonctionnement des outils MCP et de découvrir l'intégration sans aucune configuration ni risque pour les systèmes de production.

contact_supportQu'est-ce qu'un sandbox MCP ?

Un sandbox MCP est un environnement isolé et sécurisé pour tester les fonctionnalités d'un serveur MCP. Le sandbox MCP offre un espace contrôlé où les développeurs peuvent explorer les points de terminaison MCP avec des données simulées, une limitation de débit et une introspection automatique sans affecter les systèmes en production ni nécessiter une configuration DevOps complexe.

contact_supportPourquoi ai-je besoin d'un playground MCP ?

Vous avez besoin d'un playground MCP pour accélérer l'apprentissage et l'adoption de votre API MCP. Contrairement à une documentation statique, le playground de serveur MCP fournit un retour en temps réel qui aide les prospects à comprendre plus rapidement vos points de terminaison MCP, comble le fossé entre les parties prenantes techniques et non techniques, et permet des démonstrations en direct qui peuvent améliorer significativement les taux de conversion de votre tunnel de vente.

contact_supportLe playground de serveur MCP convient-il aux clients entreprise ?

Oui, le playground de serveur MCP est conçu pour fonctionner avec les clients entreprise en fournissant des environnements isolés et sécurisés pour tester les fonctionnalités MCP. Le sandbox MCP inclut des fonctionnalités de niveau entreprise telles que la limitation de débit, des contrôles de sécurité appropriés et la capacité de démontrer des intégrations MCP complexes que les décideurs en entreprise doivent voir avant leur approbation.

contact_supportQu'est-ce qui différencie les environnements de démonstration MCP de la documentation d'API traditionnelle ?

Les environnements de démonstration MCP offrent des expériences interactives et en direct plutôt qu'une documentation statique. Votre démonstration de serveur MCP inclut une documentation générée pour les outils MCP, un historique de conversation d'exemple pour faciliter la compréhension, et une conversation interactive connectée directement à vos outils MCP, permettant aux prospects de "ressentir" vos points de terminaison MCP en quelques minutes plutôt que de simplement en lire la description.

contact_supportComment le sandbox de serveur MCP aide-t-il les ventes et le marketing ?

Le sandbox de serveur MCP comble le fossé entre acheteurs et développeurs en permettant aux parties prenantes non techniques de "le voir fonctionner", ce qui raccourcit le dernier kilomètre du tunnel de vente. Votre playground MCP permet à chaque prospect de vivre une démonstration en direct et sans risque, l'aidant à comprendre l'adéquation avec son cas d'usage d'IA et facilitant la conviction des décideurs.

contact_supportQuelle est la différence entre une démo MCP et un playground ?

Une démo MCP est généralement une démonstration préconfigurée avec une interactivité limitée, tandis qu'un playground MCP est entièrement pratique, permettant aux utilisateurs de modifier les requêtes, d'échanger des jeux de données et de connecter leurs propres modèles. De plus, les prospects reçoivent des instructions complètes sur la façon de connecter le serveur MCP à divers clients, notamment Claude Desktop, Gemini CLI, Amazon Bedrock, Amazon Q et de nombreuses autres plateformes prises en charge.

contact_supportComment le sandbox MCP peut-il améliorer mon processus de développement produit ?

Le sandbox MCP renforce votre équipe produit en fournissant des informations en temps réel sur la façon dont les prospects utilisent votre playground MCP. Ce retour vous permet d'affiner les fonctionnalités et la qualité du MCP en quelques jours, et non en quelques semaines, vous offrant des données précieuses sur le comportement des utilisateurs et les points de friction qui peuvent orienter votre feuille de route produit.

contact_supportQuel type d'informations puis-je obtenir de l'utilisation du sandbox MCP ?

Le sandbox MCP fournit des informations en temps réel sur la façon dont les prospects interagissent avec vos outils MCP, notamment quels points de terminaison ils utilisent le plus, où ils rencontrent des difficultés et quelles fonctionnalités suscitent le plus d'intérêt. Ces informations vous aident à affiner vos offres de serveur MCP et à identifier les opportunités d'améliorer l'expérience utilisateur et d'augmenter vos revenus.

contact_supportQui devrait utiliser un environnement de démonstration de serveur MCP ?

Les environnements de démonstration de serveur MCP sont idéaux pour les entreprises d'API, les fournisseurs SaaS et les développeurs qui souhaitent présenter leurs points de terminaison MCP à des prospects, des parties prenantes et des clients potentiels. Les équipes techniques comme les décideurs non techniques bénéficient de la démo MCP, car elle offre un moyen accessible de comprendre et d'évaluer les possibilités d'intégration MCP.

contact_supportComment le playground MCP aide-t-il à l'intégration client ?

Le playground MCP permet aux prospects de comprendre le fonctionnement de vos points de terminaison MCP et de s'y connecter depuis n'importe quel client pris en charge. En offrant une expérience pratique avec votre serveur MCP, les prospects peuvent mieux évaluer la compatibilité avec leurs systèmes existants et comprendre le processus d'intégration avant de s'engager dans la mise en œuvre.

Transformez la curiosité en intégrations

Nous avons construit le playground MCP le plus avancé, pour que vous n'ayez pas à le faire