318,477 tools. Last updated 2026-07-28 22:18
"Vim" matching MCP tools:
- Execute Vim commands directly within the MCP server, enabling integration of Vim’s native text editing workflows and optional shell command execution for enhanced productivity.MIT
- Saves birth chart details to a local database for future retrieval by ID or name without re-entering details.MIT
- Generate a Vietnamese Tu Vi horoscope chart from birth details. Optionally produce a visual chart image with structured data.MIT
- Load a saved horoscope profile from the database and generate its astrological chart. Avoid re-entering birth parameters for recurring profiles.MIT
- Analyze yearly and monthly luck by calculating transit stars and active houses (Đại Hạn, Tiểu Hạn, Nguyệt Hạn) for a specific Lunar period.MIT
- Delete a saved horoscope record by its ID to remove unwanted or incorrect profiles from the local database. This action is irreversible.MIT
Matching MCP Servers
- Flicense-qualityDmaintenanceEnables Claude Code to connect to and control Vim instances, allowing natural language commands for editing, macros, help searches, and more.Last updated3
- AlicenseBqualityFmaintenanceVietnamese Financial Markets Data MCP Server providing real-time quotes, financials, and technical indicators.Last updated35821MIT
Matching MCP Connectors
AI-powered eSIM recommendation agent for travelers. Provides real-time coverage checks, package search by country, and pricing across 190+ destinations via structured tool calls. Tools available: - list_countries - full list of supported destinations - check_coverage - network operators by country code - search_packages - filter eSIM plans by country - get_package_details - pricing and data specs - create_checkout - generate payment link for purchase No auth required for search tools. Ideal
Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402.
- Convert dates between Solar and Lunar calendars critical for Vietnamese Tử Vi transit assessments. Use to translate target periods like 'October 2026' for accurate astrology analysis.MIT
- Run Vim ex commands to modify buffers, files, windows, and editor state. Use for operations like saving, splitting windows, or setting options.MIT
- Send raw Vim keystrokes to Neovim, starting in normal mode. Use for motions, visual selections, and operator sequences.MIT
- Execute shell commands on remote servers via SSH with captured stdout, stderr, and exit codes for system administration and automation tasks.MIT
- Step simulation forward by a specified number of frames to inspect prim positions, velocities, and joint states. Debug robot behavior in a single call.MIT
- Read new bytes from a Segger RTT broadcast log starting at a given offset without consuming them, allowing multiple readers to coexist without data loss.MIT
- Retrieve the current simulation state, including timeline status (playing/paused/stopped), simulation time, and physics dt, to verify the simulation is running before stepping.MIT
- Add a robot from the asset library to the scene using fuzzy name matching. Returns prim path, joint names, and DOF count for immediate manipulation.MIT
- Read joint drive configuration including stiffness, damping, limits, and position error to diagnose tracking problems, oscillations, or limit hits.MIT
- Lists robots discovered from the Isaac Sim asset server, including keys, descriptions, manufacturers, and asset paths.MIT
- Set target joint positions on a robot using radians for revolute joints and meters for prismatic joints. Use after retrieving joint info and before stepping simulation.MIT
- Execute arbitrary Python code in Isaac Sim to perform custom operations like creating Action Graphs, computing inverse kinematics, or setting up physics callbacks that named tools do not cover.MIT
- Set the global visualization theme to customize background color, font colors, and grid styling for all subsequent plots.MIT
- Resize the terminal window dimensions (rows and columns) for a session to adjust how TUI tools like top, less, or vim display output. Not supported for serial sessions.MIT