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

How to Use the GeekJoke MCP in CrewAI

Equip your agent crews with programming humor to lighten up team collaboration using CrewAI and this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect GeekJoke MCP to CrewAI

Create your Vinkius account to connect GeekJoke 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

Inject jokes into CrewAI multi-agent tasks

The `get_random_joke` tool allows your specialized CrewAI agents to pull developer humor during long-running tasks. A writer agent can fetch a GeekJoke to insert into a newsletter, while an editor agent reviews it. This shared tool access keeps your autonomous CrewAI teams coordinated. The agents use their shared memory to ensure they do not repeat the same GeekJoke in a single session.

Audit API status with this MCP Server

The `get_metadata` tool gives your monitoring agent the ability to check the GeekJoke API status. Our CrewAI agent calls this tool before assigning joke-retrieval tasks to other crew members. If the GeekJoke server reports issues, the supervisor agent dynamically reroutes the workflow. This ensures your autonomous operations run smoothly without human intervention.

Generate jokes via POST in CrewAI

The `generate_random_joke` tool provides a secure POST endpoint for fetching programming jokes. Your CrewAI agents can use this tool when working behind restrictive corporate firewalls that inspect GET traffic. You configure this tool by passing the Vinkius URL directly in the agent's `mcps` array. CrewAI handles the underlying HTTP request and exposes the GeekJoke text to the agent's context.

Setup guide

Set up GeekJoke 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 GeekJoke tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent GeekJoke 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 GeekJoke MCP in CrewAI

You can configure this easily by installing `pip install crewai "crewai[tools]"`. Then, pass the Vinkius server URL directly in your Agent's `mcps` parameter. The framework automatically imports all three joke tools.
Yes, you can use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. This lets you expose the joke tools only to specific agents, like your copywriter, while keeping your developer agents focused.
This usually happens if the agent does not have the correct Vinkius token or if the network connection is blocked. Verify your environment variables and ensure the server URL is accessible from your execution environment.
Yes, a manager agent can coordinate other agents to fetch jokes using the server. The manager decides when a joke is needed and passes the task down.
The server only receives the network request to fetch a joke or get metadata. It doesn't have access to your agent prompts, crew memory, or local files. All traffic is encrypted in transit and processed within an isolated sandbox.

Start using the GeekJoke MCP today

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

Built & Managed by Vinkius 30s setup 3 tools

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

No hosting. No infrastructure. No complex setup.
All 3 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.