4,500+ servers built on MCP Fusion
Vinkius
DummyJSON logo
Vinkius
CrewAI logo

How to Use the DummyJSON MCP in CrewAI

Run autonomous multi-agent teams using CrewAI and the DummyJSON MCP server to simulate real-world business operations.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

DummyJSON MCP on Cursor AI Code Editor MCP Client DummyJSON MCP on Claude Desktop App MCP Integration DummyJSON MCP on OpenAI Agents SDK MCP Compatible DummyJSON MCP on Visual Studio Code MCP Extension Client DummyJSON MCP on GitHub Copilot AI Agent MCP Integration DummyJSON MCP on Google Gemini AI MCP Integration DummyJSON MCP on Lovable AI Development MCP Client DummyJSON MCP on Mistral AI Agents MCP Compatible DummyJSON MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect DummyJSON MCP to CrewAI

Create your Vinkius account to connect DummyJSON to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Collaborative product catalog curation

The `list_products` tool gives your CrewAI research agent immediate access to a full mock inventory. The researcher agent can pull down items, while a separate analyst agent uses `search_products` to categorize them or find gaps in the catalog. Once the analysis is complete, a manager agent can invoke `add_product` to simulate adding missing inventory. This multi-agent setup lets you test complex catalog management pipelines without risking your production database.

Multi-agent support via CrewAI

The `get_user_todos` tool allows a customer support CrewAI team to inspect mock user task lists and simulate issue resolution. One agent identifies unfinished tasks using `get_todo`, while another agent drafts helpful responses or updates the task status using `update_todo`. By coordinating agents hierarchically, you can simulate an entire support desk. The crew uses `add_comment` to document their progress, creating a realistic audit trail of mock interactions.

Automated recipe generation via MCP Server

The `list_recipes` tool feeds your creative CrewAI agents with mock culinary data. A researcher agent pulls down recipes using `get_recipe`, while a writer agent uses `get_recipes_by_tag` to generate themed meal plans or blog content. The final output can be saved using `add_recipe` to simulate a user-generated content platform. This lets you test content moderation and formatting pipelines before you build the actual backend.

Setup guide

Set up DummyJSON MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke DummyJSON tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="DummyJSON Analyst",
    goal="Access and analyze DummyJSON data via MCP.",
    backstory="Expert analyst with direct DummyJSON access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent DummyJSON transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about DummyJSON MCP in CrewAI

You pass the Vinkius MCP URL directly into the agent's `mcps` array parameter. The agent automatically discovers tools like `list_products` and starts using them during execution.
Yes, use `MCPServerHTTP` from `crewai.mcp` and set a `tool_filter`. This prevents your agent from running destructive actions like `delete_product` while allowing read-only access.
Agents share memory and state, so an agent running `add_cart` can pass the cart ID to a moderator agent. The moderator then uses `update_cart` to finalize the items sequentially.
CrewAI supports stdio, SSE, and Streamable HTTP transports. When connecting to Vinkius, it typically uses the Streamable HTTP transport for fast, secure communication.
The server only processes public mock data like fake ingredients and dummy product names. Vinkius handles all credentials inside ephemeral, zero-trust sandboxes to guarantee no data leaks outside your crew.

Start using the DummyJSON MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 61 tools

We've already built the connector for DummyJSON. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 61 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.