Skip to main content
Glama
Yuviapp89

Personal Digital Assistant MCP

by Yuviapp89

Personal Digital Assistant MCP

A Personal Digital Assistant built with FastMCP, exposing a set of utility tools over the Model Context Protocol (MCP).

Tools

Tool

Description

hello

Return a friendly greeting for a given name.

calculator

Perform add, subtract, multiply, or divide on two numbers.

current_time

Return the current local date and time.

generate_uuid

Generate a random UUID (v4).

generate_password

Generate a secure random password of a given length.

calculate_bmi

Calculate Body Mass Index and category from weight/height.

calculate_age

Calculate age in years from a date of birth (YYYY-MM-DD).

unit_converter

Convert between units: c_to_f, f_to_c, km_to_miles, miles_to_km.

Related MCP server: Dev Toolbox MCP Server

Requirements

  • Python 3.13+

Setup

# Create and activate a virtual environment
python -m venv .venv
.\.venv\Scripts\Activate.ps1

# Install dependencies
pip install -r requirements.txt

Usage

Start the MCP server:

python server.py

Run the sample client (connects to the server and calls each tool):

python client.py

Verify your environment/installation:

python verify_installation.py

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides essential utility tools for text processing, file operations, hashing, temperature conversion, password generation, and date/time operations through a comprehensive MCP interface.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides various developer utilities such as UUID generation, timestamp conversion, Base64 encoding, color conversion, password generation, hash generation, and JSON formatting via MCP.
    28
    1
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides a comprehensive set of developer utilities including UUID generation, email validation, hashing, JSON manipulation, Brazilian document handling, and more, accessible via MCP.
    31
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A lightweight MCP server providing common utility tools such as unit conversion, password generation, date calculation, hashing, Base64 encoding/decoding, UUID generation, text case conversion, and text statistics, with no external dependencies.
    8
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yuviapp89/Personal-Digital-Assistant-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server