VOTR / data /index_small_3 /meta.json
a13awd's picture
Upload folder using huggingface_hub
c982242 verified
Raw
History Blame Contribute Delete
21.9 kB
{"version": 1, "servers": [{"name": "Bloomberg", "description": "Bloomberg BLPAPI financial data tools", "summary": "Bloomberg BLPAPI financial data tools", "tools": [{"name": "bdp", "description": "Get Bloomberg reference data", "parameter": {"tickers": "(array)", "flds": "(array)", "kwargs": "(object)"}}, {"name": "bds", "description": "Get Bloomberg block data", "parameter": {"tickers": "(array)", "flds": "(array)", "use_port": "(Optional, boolean)", "kwargs": "(Optional, any)"}}, {"name": "bdh", "description": "Get Bloomberg historical data", "parameter": {"tickers": "(array)", "flds": "(array)", "start_date": "(Optional, any)", "end_date": "(Optional, string)", "adjust": "(Optional, any)", "kwargs": "(Optional, any)"}}, {"name": "bdib", "description": "Get Bloomberg intraday bar data", "parameter": {"ticker": "(string)", "dt": "(string)", "session": "(Optional, string)", "typ": "(Optional, string)", "kwargs": "(Optional, any)"}}, {"name": "bdtick", "description": "Get Bloomberg tick data", "parameter": {"ticker": "(string)", "dt": "(string)", "session": "(Optional, string)", "time_range": "(Optional, any)", "types": "(Optional, any)", "kwargs": "(Optional, any)"}}, {"name": "earning", "description": "Get Bloomberg earning exposure by Geo or Products", "parameter": {"ticker": "(string)", "by": "(Optional, string)", "typ": "(Optional, string)", "ccy": "(Optional, any)", "level": "(Optional, any)", "kwargs": "(Optional, any)"}}, {"name": "dividend", "description": "Get Bloomberg divident / split history", "parameter": {"tickers": "(array)", "typ": "(Optional, string)", "start_date": "(Optional, any)", "end_date": "(Optional, any)", "kwargs": "(Optional, any)"}}, {"name": "beqs", "description": "Get Bloomberg equity screening", "parameter": {"screen": "(string)", "asof": "(Optional, any)", "typ": "(Optional, string)", "group": "(Optional, string)", "kwargs": "(Optional, any)"}}, {"name": "turnover", "description": "Calculate the adjusted turnover (in millions)", "parameter": {"tickers": "(array)", "flds": "(Optional, string)", "start_date": "(Optional, any)", "end_date": "(Optional, any)", "ccy": "(Optional, string)", "factor": "(Optional, number)"}}], "source": "mcp_tools_dataset", "external_id": null}, {"name": "GitHub", "description": "Repository management, file operations, and GitHub API integration", "summary": "MCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.", "tools": [{"name": "create_or_update_file", "description": "Create or update a single file in a repository", "parameter": {"owner": "(string) Repository owner (username or organization)", "repo": "(string) Repository name", "path": "(string) Path where to create/update the file", "content": "(string) Content of the file", "message": "(string) Commit message", "branch": "(string) Branch to create/update the file in", "sha": "(optional string) SHA of file being replaced (for updates)"}}, {"name": "push_files", "description": "Push multiple files in a single commit", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "branch": "(string) Branch to push to", "files": "(array) Files to push, each with `path` and `content`", "message": "(string) Commit message"}}, {"name": "search_repositories", "description": "Search for GitHub repositories", "parameter": {"query": "(string) Search query", "page": "(optional number) Page number for pagination", "perPage": "(optional number) Results per page (max 100)"}}, {"name": "create_repository", "description": "Create a new GitHub repository", "parameter": {"name": "(string) Repository name", "description": "(optional string) Repository description", "private": "(optional boolean) Whether repo should be private", "autoInit": "(optional boolean) Initialize with README"}}, {"name": "get_file_contents", "description": "Get contents of a file or directory", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "path": "(string) Path to file/directory", "branch": "(optional string) Branch to get contents from"}}, {"name": "create_issue", "description": "Create a new issue", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "title": "(string) Issue title", "body": "(optional string) Issue description", "assignees": "(optional string[]) Usernames to assign", "labels": "(optional string[]) Labels to add", "milestone": "(optional number) Milestone number"}}, {"name": "create_pull_request", "description": "Create a new pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "title": "(string) PR title", "body": "(optional string) PR description", "head": "(string) Branch containing changes", "base": "(string) Branch to merge into", "draft": "(optional boolean) Create as draft PR", "maintainer_can_modify": "(optional boolean) Allow maintainer edits"}}, {"name": "fork_repository", "description": "Fork a repository", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "organization": "(optional string) Organization to fork to"}}, {"name": "create_branch", "description": "Create a new branch", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "branch": "(string) Name for new branch", "from_branch": "(optional string) Source branch (defaults to repo default)"}}, {"name": "list_issues", "description": "List and filter repository issues", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "state": "(optional string) Filter by state ('open', 'closed', 'all')", "labels": "(optional string[]) Filter by labels", "sort": "(optional string) Sort by ('created', 'updated', 'comments')", "direction": "(optional string) Sort direction ('asc', 'desc')", "since": "(optional string) Filter by date (ISO 8601 timestamp)", "page": "(optional number) Page number", "per_page": "(optional number) Results per page"}}, {"name": "update_issue", "description": "Update an existing issue", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "issue_number": "(number) Issue number to update", "title": "(optional string) New title", "body": "(optional string) New description", "state": "(optional string) New state ('open' or 'closed')", "labels": "(optional string[]) New labels", "assignees": "(optional string[]) New assignees", "milestone": "(optional number) New milestone number"}}, {"name": "add_issue_comment", "description": "Add a comment to an issue", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "issue_number": "(number) Issue number to comment on", "body": "(string) Comment text"}}, {"name": "search_code", "description": "Search for code across GitHub repositories", "parameter": {"q": "(string) Search query using GitHub code search syntax", "sort": "(optional string) Sort field ('indexed' only)", "order": "(optional string) Sort order ('asc' or 'desc')", "per_page": "(optional number) Results per page (max 100)", "page": "(optional number) Page number"}}, {"name": "search_issues", "description": "Search for issues and pull requests", "parameter": {"q": "(string) Search query using GitHub issues search syntax", "sort": "(optional string) Sort field (comments, reactions, created, etc.)", "order": "(optional string) Sort order ('asc' or 'desc')", "per_page": "(optional number) Results per page (max 100)", "page": "(optional number) Page number"}}, {"name": "search_users", "description": "Search for GitHub users", "parameter": {"q": "(string) Search query using GitHub users search syntax", "sort": "(optional string) Sort field (followers, repositories, joined)", "order": "(optional string) Sort order ('asc' or 'desc')", "per_page": "(optional number) Results per page (max 100)", "page": "(optional number) Page number"}}, {"name": "list_commits", "description": "Gets commits of a branch in a repository", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "page": "(optional string) page number", "per_page": "(optional string) number of record per page", "sha": "(optional string) branch name"}}, {"name": "get_issue", "description": "Gets the contents of an issue within a repository", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "issue_number": "(number) Issue number to retrieve"}}, {"name": "get_pull_request", "description": "Get details of a specific pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number"}}, {"name": "list_pull_requests", "description": "List and filter repository pull requests", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "state": "(optional string) Filter by state ('open', 'closed', 'all')", "head": "(optional string) Filter by head user/org and branch", "base": "(optional string) Filter by base branch", "sort": "(optional string) Sort by ('created', 'updated', 'popularity', 'long-running')", "direction": "(optional string) Sort direction ('asc', 'desc')", "per_page": "(optional number) Results per page (max 100)", "page": "(optional number) Page number"}}, {"name": "create_pull_request_review", "description": "Create a review on a pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number", "body": "(string) Review comment text", "event": "(string) Review action ('APPROVE', 'REQUEST_CHANGES', 'COMMENT')", "commit_id": "(optional string) SHA of commit to review", "comments": "(optional array) Line-specific comments, each with:"}}, {"name": "merge_pull_request", "description": "Merge a pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number", "commit_title": "(optional string) Title for merge commit", "commit_message": "(optional string) Extra detail for merge commit", "merge_method": "(optional string) Merge method ('merge', 'squash', 'rebase')"}}, {"name": "get_pull_request_files", "description": "Get the list of files changed in a pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number"}}, {"name": "get_pull_request_status", "description": "Get the combined status of all status checks for a pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number"}}, {"name": "update_pull_request_branch", "description": "Update a pull request branch with the latest changes from the base branch (equivalent to GitHub's 'Update branch' button)", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number", "expected_head_sha": "(optional string) The expected SHA of the pull request's HEAD ref"}}, {"name": "get_pull_request_comments", "description": "Get the review comments on a pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number"}}, {"name": "get_pull_request_reviews", "description": "Get the reviews on a pull request", "parameter": {"owner": "(string) Repository owner", "repo": "(string) Repository name", "pull_number": "(number) Pull request number"}}], "source": "mcp_tools_dataset", "external_id": null}, {"name": "Telegram", "description": "An MCP server that provides paginated chat reading, message retrieval, and message sending capabilities for Telegram through Telethon integration.", "summary": "A full-featured Telegram integration for Claude, Cursor, and any MCP-compatible client, powered by Telethon and the Model Context Protocol (MCP). This project allows you to interact with your Telegram account programmatically, automating tasks from messaging to group management.", "tools": [{"name": "get_chats", "description": "Get a paginated list of chats.", "parameter": {"page": "(int) Page number (1-indexed)", "page_size": "(int) Number of chats per page"}}, {"name": "list_chats", "description": "List chats with metadata and filtering.", "parameter": {"chat_type": "(str) Type of chat (e.g., 'private', 'group', 'channel')", "limit": "(int) Maximum number of chats to return"}}, {"name": "get_chat", "description": "Get detailed info about a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "create_group", "description": "Create a new group.", "parameter": {"title": "(str) Title of the group", "user_ids": "(list of int) List of user IDs to add to the group"}}, {"name": "create_channel", "description": "Create a channel or supergroup.", "parameter": {"title": "(str) Title of the channel/supergroup", "about": "(str) Description of the channel/supergroup", "megagroup": "(bool) Whether to create a supergroup"}}, {"name": "edit_chat_title", "description": "Change chat/group/channel title.", "parameter": {"chat_id": "(int) ID of the chat", "title": "(str) New title"}}, {"name": "delete_chat_photo", "description": "Remove chat/group/channel photo.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "leave_chat", "description": "Leave a group or channel.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "get_participants", "description": "List all participants in a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "get_admins", "description": "List all admins in a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "get_banned_users", "description": "List all banned users in a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "promote_admin", "description": "Promote user to admin.", "parameter": {"chat_id": "(int) ID of the chat", "user_id": "(int) ID of the user to promote"}}, {"name": "demote_admin", "description": "Demote admin to user.", "parameter": {"chat_id": "(int) ID of the chat", "user_id": "(int) ID of the user to demote"}}, {"name": "ban_user", "description": "Ban user from a chat.", "parameter": {"chat_id": "(int) ID of the chat", "user_id": "(int) ID of the user to ban"}}, {"name": "unban_user", "description": "Unban user from a chat.", "parameter": {"chat_id": "(int) ID of the chat", "user_id": "(int) ID of the user to unban"}}, {"name": "get_invite_link", "description": "Get invite link for a group or channel.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "export_chat_invite", "description": "Export invite link for a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "import_chat_invite", "description": "Join chat by invite hash.", "parameter": {"hash": "(str) Invite hash"}}, {"name": "join_chat_by_link", "description": "Join chat by invite link.", "parameter": {"link": "(str) Invite link"}}, {"name": "get_messages", "description": "Get paginated messages.", "parameter": {"chat_id": "(int) ID of the chat", "page": "(int) Page number (1-indexed)", "page_size": "(int) Number of messages per page"}}, {"name": "list_messages", "description": "List filtered messages.", "parameter": {"chat_id": "(int) ID of the chat", "limit": "(int) Maximum number of messages to return", "search_query": "(Optional, str) Search query", "from_date": "(Optional, datetime) Start date", "to_date": "(Optional, datetime) End date"}}, {"name": "send_message", "description": "Send a message to a specific chat.", "parameter": {"chat_id": "(int) ID of the chat", "message": "(str) Message content to send"}}, {"name": "reply_to_message", "description": "Reply to a message.", "parameter": {"chat_id": "(int) ID of the chat", "message_id": "(int) ID of the message to reply to", "text": "(str) Reply text"}}, {"name": "edit_message", "description": "Edit a message.", "parameter": {"chat_id": "(int) ID of the chat", "message_id": "(int) ID of the message to edit", "new_text": "(str) New message text"}}, {"name": "delete_message", "description": "Delete a message.", "parameter": {"chat_id": "(int) ID of the chat", "message_id": "(int) ID of the message to delete"}}, {"name": "forward_message", "description": "Forward a message.", "parameter": {"from_chat_id": "(int) ID of the chat to forward from", "message_id": "(int) ID of the message to forward", "to_chat_id": "(int) ID of the chat to forward to"}}, {"name": "pin_message", "description": "Pin a message.", "parameter": {"chat_id": "(int) ID of the chat", "message_id": "(int) ID of the message to pin"}}, {"name": "unpin_message", "description": "Unpin a message.", "parameter": {"chat_id": "(int) ID of the chat", "message_id": "(int) ID of the message to unpin"}}, {"name": "mark_as_read", "description": "Mark all messages as read in a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "get_message_context", "description": "Get context around a message.", "parameter": {"chat_id": "(int) ID of the chat", "message_id": "(int) ID of the message", "context_size": "(int) Number of messages before and after the message"}}, {"name": "get_history", "description": "Get full chat history.", "parameter": {"chat_id": "(int) ID of the chat", "limit": "(int) Maximum number of messages to return"}}, {"name": "get_pinned_messages", "description": "List pinned messages in a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "get_last_interaction", "description": "Get the most recent message with a contact.", "parameter": {"contact_id": "(int) ID of the contact"}}, {"name": "list_contacts", "description": "List all contacts.", "parameter": {}}, {"name": "search_contacts", "description": "Search contacts.", "parameter": {"query": "(str) Search query"}}, {"name": "add_contact", "description": "Add a contact.", "parameter": {"phone": "(str) Phone number of the contact", "first_name": "(str) First name of the contact", "last_name": "(Optional, str) Last name of the contact"}}, {"name": "delete_contact", "description": "Delete a contact.", "parameter": {"user_id": "(int) ID of the contact"}}, {"name": "block_user", "description": "Block a user.", "parameter": {"user_id": "(int) ID of the user to block"}}, {"name": "unblock_user", "description": "Unblock a user.", "parameter": {"user_id": "(int) ID of the user to unblock"}}, {"name": "import_contacts", "description": "Bulk import contacts.", "parameter": {"contacts": "(list of dict) List of contact dictionaries"}}, {"name": "export_contacts", "description": "Export all contacts as JSON.", "parameter": {}}, {"name": "get_blocked_users", "description": "List blocked users.", "parameter": {}}, {"name": "get_contact_ids", "description": "List all contact IDs.", "parameter": {}}, {"name": "get_direct_chat_by_contact", "description": "Find direct chat with a contact.", "parameter": {"contact_query": "(str) Name, username, or phone number to search for"}}, {"name": "get_contact_chats", "description": "List all chats with a contact.", "parameter": {"contact_id": "(int) ID of the contact"}}, {"name": "get_me", "description": "Get your user info.", "parameter": {}}, {"name": "update_profile", "description": "Update your profile.", "parameter": {"first_name": "(str) New first name", "last_name": "(Optional, str) New last name", "about": "(Optional, str) New about text"}}, {"name": "delete_profile_photo", "description": "Remove your profile photo.", "parameter": {}}, {"name": "get_user_photos", "description": "Get a user's profile photos.", "parameter": {"user_id": "(int) ID of the user", "limit": "(int) Maximum number of photos to return"}}, {"name": "get_user_status", "description": "Get a user's online status.", "parameter": {"user_id": "(int) ID of the user"}}, {"name": "get_media_info", "description": "Get info about media in a message.", "parameter": {"chat_id": "(int) ID of the chat", "message_id": "(int) ID of the message"}}, {"name": "search_public_chats", "description": "Search public chats, channels, or bots by username or title.", "parameter": {"query": "(str) Search query"}}, {"name": "search_messages", "description": "Search messages in a chat.", "parameter": {"chat_id": "(int) ID of the chat", "query": "(str) Search query", "limit": "(int) Maximum number of messages to return"}}, {"name": "resolve_username", "description": "Resolve a username to ID.", "parameter": {"username": "(str) Username to resolve"}}, {"name": "get_sticker_sets", "description": "List sticker sets.", "parameter": {}}, {"name": "get_bot_info", "description": "Get info about a bot.", "parameter": {"bot_username": "(str) Username of the bot"}}, {"name": "set_bot_commands", "description": "Set bot commands (bot accounts only).", "parameter": {"bot_username": "(str) Username of the bot", "commands": "(list of dict) List of command dictionaries"}}, {"name": "get_privacy_settings", "description": "Get privacy settings.", "parameter": {}}, {"name": "set_privacy_settings", "description": "Set privacy settings.", "parameter": {"key": "(str) Setting key", "allow_users": "(list of int) List of user IDs to allow", "disallow_users": "(list of int) List of user IDs to disallow"}}, {"name": "mute_chat", "description": "Mute notifications for a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "unmute_chat", "description": "Unmute notifications for a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "archive_chat", "description": "Archive a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "unarchive_chat", "description": "Unarchive a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}, {"name": "get_recent_actions", "description": "Get recent admin actions in a chat.", "parameter": {"chat_id": "(int) ID of the chat"}}], "source": "mcp_tools_dataset", "external_id": null}]}