Agenvoy

data-ai MCP Server

Agent OS | Multi-provider concurrent dispatch | Self-improving error memory | Pluggable tool extensions | Sandbox execution

Verified
data-aidata-ai
4 views191 stars26 forksApache-2.0

Why This Matters

Discovered via agent-topic:ai-agent and last synced 3mo ago.

Verified
Source
agent-topic:ai-agent
Stars
191
Last synced
3mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
61
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (61)

read_file

Read a text, PDF, DOCX, PPTX, CSV/TSV, or image file.

fetch_google_rss

Search Google News RSS and return article titles, summaries, links.

write_file

Write content to a file, overwriting if it exists.

agen

Attach interactive TUI; forks daemon (HTTP + Discord + Telegram + scheduler + summary cron) if not running.

fetch_page

Fetch a web page and return its content as Markdown.

Tool

Description

search_web

Search the web via DuckDuckGo Lite; returns top 10 results.

search_tools

Search available tools by keyword and inject matches into the request.

invoke_external_agent

Invoke one external CLI agent (codex / copilot / claude / gemini) for a second opinion.

patch_file

Replace an exact string match inside a file.

English

中文

calculate

Evaluate a mathematical expression and return the exact result.

remember_error

Persist a tool-error record for future retrieval.

activate_skill

Fetch a skill's reference material by exact name.

add_task

Bind an existing scheduler skill to fire once at a specific time (`+5m` / `HH:MM` / `YYYY-MM-DD HH:MM` / RFC3339).

OpenAI-compat

✅

fetch_youtube_transcript

Transcribe a YouTube video with timestamps. *(gemini needed)*

list_discord_channel

List authorized Discord channels (id + name). *(discord needed)*

search_conversation_history

Search the session's past messages by keyword and semantic similarity.

add_cron

Bind an existing scheduler skill to a recurring 5-field cron expression.

Go

TypeScript

TUI

✅ bubbletea

Runtime

Go (static binary)

list_files

List directory entries; `recursive=true` walks subtree files.

transcribe_media

Transcribe a local audio / video file (ogg, mp3, wav, m4a, flac, aac, mp4, mov, webm, mpeg, 3gp, …) up to 20 MiB. *(gemini needed)*

Proprietary

Apache 2.0

Telegram

✅ native daemon

Command

Description

TypeScript

TypeScript

CLI

✅

Dimension

Detail

glob_files

Find files matching a glob pattern within a directory.

send_http_request

Send an HTTP request to a specified URL.

MIT

MIT

Discord

✅ native daemon

update_page

Overwrite the rendered HTML page for the current session; tabs auto-reload.

list_tools

List all currently available built-in and dynamically loaded tools.

invoke_subagent

Run a subtask in an internal subagent session and return its final text.

Anthropic

OpenAI

iMessage

❌

save_page_to_file

Fetch a web page and save its content to a local file.

generate_image

Generate an image via gpt-image-2 (size & quality picked by user). *(codex needed)*

Community

NousResearch

Feature

**Agenvoy**

list_telegram_chat

List authorized Telegram chats (id + name). *(telegram needed)*

cross_review_with_external_agents

Cross-review a completed result across all available external agents in parallel.

Claude

✅

send_to_telegram_chat

Send an HTML-formatted message to an authorized Telegram chat by chat_id. *(telegram needed)*

ask_user

Ask the user one or more questions and return their answers.

Gemini

✅

0

0

search_files

Search file contents by RE2 regex within a directory.

run_command

Run a binary with argv; returns combined stdout/stderr.

fetch_yahoo_finance

Query Yahoo Finance quotes and K-line (OHLCV).

telegram_format

Return the Telegram HTML formatting reference (allowed tags, escape rules, file/voice markers). *(telegram needed)*

send_to_discord_channel

Send a markdown-formatted message to an authorized Discord channel by channel_id. *(discord needed)*

search_error_memory

Semantically search past tool-error records; hits refresh 3-month TTL.

discord_format

Return the Discord markdown formatting reference (allowed markdown, special tokens, file/voice markers). *(discord needed)*

read_error_memory

Fetch a prior tool-error record by hash.

store_secret

Prompt the user for a secret with masked input and persist to the system keychain.

review_result

Review a result against the original input and return issues and improvements.