Nymbo/Tools MCP

πŸ”

Enable Image & Video Generation

The Generate_Image and Generate_Video tools require a HF_READ_TOKEN set as a secret or environment variable.

  • Duplicate this Space and add a HF token with model read access.
  • Or run locally with HF_READ_TOKEN in your environment.
These tools are hidden as MCP tools without authentication to keep tool lists tidy, but remain visible in the UI.
🧠

Persistent Memories

In this public demo, memories are stored in the Space's running container and are cleared when the Space restarts. Content is visible to everyoneβ€”avoid personal data.

When running locally, memories are saved to memories.json at the repo root for privacy.

πŸ”—

Connecting from an MCP Client

This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
https://nymbo-tools.hf.space/gradio_api/mcp/

Example client configuration:

{
  "mcpServers": {
    "gradio": {
      "url": "https://nymbo-tools.hf.space/gradio_api/mcp/"
    }
  }
}
πŸ› οΈ

Tool Notes & Kokoro Voice Legend

No authentication required for: Fetch_Webpage, Search_DuckDuckGo, Execute_Python, and Generate_Speech.

Kokoro TTS voice prefixes

  • af β€” American female
  • am β€” American male
  • bf β€” British female
  • bm β€” British male
  • ef β€” European female
  • em β€” European male
  • hf β€” Hindi female
  • hm β€” Hindi male
  • if β€” Italian female
  • im β€” Italian male
  • jf β€” Japanese female
  • jm β€” Japanese male
  • pf β€” Portuguese female
  • pm β€” Portuguese male
  • zf β€” Chinese female
  • zm β€” Chinese male
  • ff β€” French female

Fetch Webpage

Convert any webpage to clean Markdown format with configurable length, preserving structure and formatting while removing navigation and clutter.
Verbosity

Brief: 1000 chars, Standard: 3000 chars, Full: complete page