mcp_server

fcn06/mcp_server

3.2

If you are the rightful owner of mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a simple MCP server designed for illustration and testing purposes within the 'swarm' project.

Tools
  1. get_weather

    A tool to simulate fetching weather information.

  2. get_customer_details

    A tool to simulate retrieving customer details.

MCP Server

This is a very simple crate intended for illustration and testing purposes with the swarm project.

It provides a basic implementation of an MCP (Multi-Agent Communication Protocol) server.

The server exposes two tools:

  • get_weather: A tool to simulate fetching weather information.
  • get_customer_details: A tool to simulate retrieving customer details.
  • scrape_url : A tool to scrape an url and return a llm friendly content, using jina.ai reader api.

These tools are designed to be simple examples for agents within the swarm project to interact with, demonstrating the communication and tool-use capabilities within the agentic system.

Run this simple server

Run the test MCP server that exposes these two tools

cargo run