MCP Catalogs
Home

my-monkey-app

by KardelRuveyda·1·Score 31

Interactive console app displaying monkey information with MCP server integration.

ai-llmdeveloper-toolsother
0
Forks
0
Open issues
10 mo ago
Last commit
2d ago
Indexed

Overview

MyMonkeyApp is a C# console application that provides information about 20+ monkey species. It integrates with the MonkeyMCP server through Docker to access monkey data via the Model Context Protocol. The application features an interactive menu system in Turkish, allowing users to search, filter, and view information about different monkey families, their conservation status, and other details.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Educational tool for learning about monkey species and their conservation status
you:Example of MCP integration with a console application
you:Demonstration of GitHub Copilot Agent Mode for AI-assisted development
you:What MCP servers does this application use?
you:Is the MCP integration required to use the application?

When to choose this

Choose this for educational purposes or as a simple demonstration of MCP server integration with console applications.

When NOT to choose this

Not suitable for production use due to limited functionality and educational focus; lacks advanced features needed for serious applications.

Tools this server exposes

10 tools extracted from the README
  • list_monkeys

    List all monkey species with detailed information

  • search_monkey

    Search for a specific monkey by name

  • get_random_monkey

    Get a random monkey species with details

  • list_monkey_families

    Show all monkey families and their species

  • get_endangered_monkeys

    Get endangered monkey species

  • get_monkey_by_index

    Retrieve monkey species by index number

  • get_monkey_statistics

    Show statistics about monkey species

  • get_monkey_ascii_art

    Generate random ASCII art of monkeys

  • filter_monkeys_by_family

    Filter monkeys by family type

  • get_monkey_by_status

    Get monkeys by conservation status

Note: Tool names inferred from menu options and MCP server description. No explicit tool documentation found in the README.

Comparable tools

monkeymcpwildlife-mcpeducational-tools-mcp

Installation

  1. Clone the repository: git clone https://github.com/KardelRuveyda/MyMonkeyApp.git
  2. Navigate to the project directory: cd MyMonkeyApp
  3. Install .NET 9.0 SDK
  4. Build and run the application: dotnet run

For MCP integration with Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "monkeymcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "jamesmontemagno/monkeymcp"]
    }
  }
}

FAQ

What MCP servers does this application use?
The application integrates with the MonkeyMCP Docker container (jamesmontemagno/monkeymcp) which provides monkey data through the MCP protocol.
Is the MCP integration required to use the application?
No, the application can run without the MCP server, but the integration enables access to additional monkey data through the protocol.

Compare my-monkey-app with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.