list_layersio.github.sathya-sankaran/bharatlas-mcp — Discover layers by category, level, source, or text search
query_layerio.github.sathya-sankaran/bharatlas-mcp — Filter, select, group_by on any column. Runtime parquet reads.
list_submissionsio.github.sathya-sankaran/bharatlas-mcp — Community-contributed layers under open licenses
ProcListio.github.knewstimek/agent-tool — List running processes — PID, name, command line, memory. Sensitive args auto-masked. Filter by name or port
ProcKillio.github.knewstimek/agent-tool — Kill, suspend, or resume processes by PID or port. Tree kill, signal selection (kill/term/hup/int/stop/cont), zombie handling (Linux), dry_r
ProcExecio.github.knewstimek/agent-tool — Execute commands as new processes. Foreground/background/suspended start, timeout/env vars, and safe repeated-diagnostic compaction with exp
WebSearchio.github.knewstimek/agent-tool — Web search via Brave Search or Naver API. Requires API key env vars (BRAVE_SEARCH_API_KEY or NAVER_CLIENT_ID/NAVER_CLIENT_SECRET). Auto-sele
HTTPReqio.github.knewstimek/agent-tool — Execute HTTP requests with any method (GET/POST/PUT/PATCH/DELETE/HEAD/OPTIONS)
Downloadio.github.knewstimek/agent-tool — Download files from URLs to disk. ECH + DoH by default. SSRF protection. HTTP/SOCKS5 proxy. Atomic write. Max 2 GB
JSONQueryio.github.knewstimek/agent-tool — Query JSON files with dot-notation paths
Diffio.github.knewstimek/agent-tool — Compare two files with unified diff output (encoding-aware). Files differing only in line endings or a trailing newline say so instead of re
Patchio.github.knewstimek/agent-tool — Apply unified diff patch to a file (supports dry_run). Each line keeps its own ending, so a mixed CRLF/LF file is not rewritten
FindToolsio.github.knewstimek/agent-tool — Discover installed dev tools — compilers, runtimes, build systems (Go, .NET, Node, Python, Java, Rust, C/C++, etc.). Searches PATH, env vars
Bashio.github.knewstimek/agent-tool — Persistent shell sessions with working directory/environment retention, safe repeated-diagnostic compaction, and expiring raw-output retriev
WebFetchio.github.knewstimek/agent-tool — Fetch web content as text/Markdown with a 32K default/128K max. ECH + DoH, HTML→Markdown conversion, SSRF protection, proxy support, Chrome
YAMLQueryio.github.knewstimek/agent-tool — Query YAML files with dot-notation paths
Copyio.github.knewstimek/agent-tool — Copy files/directories with atomic write and permission preservation. Recursive directory copy. Windows locked-file fallback. dry_run previe
MultiReadio.github.knewstimek/agent-tool — Read multiple files in a single call. Encoding-aware, offset/limit support. Max 50 files
SFTPio.github.knewstimek/agent-tool — Transfer files and manage remote filesystems over SSH. Upload, download, ls, stat, mkdir, rm, chmod, rename. Reuses SSH session pool. Max 2
Readio.github.knewstimek/agent-tool — Encoding-aware, line-numbered reading. Defaults to 400 lines/32K chars, reports truncation and exact next_offset, safely handles very long l
Editio.github.knewstimek/agent-tool — String replacement with smart indentation and encoding preservation (supports dry_run)
Mkdirio.github.knewstimek/agent-tool — Create directories with optional permission mode (octal). Recursive by default. dry_run preview
Grepio.github.knewstimek/agent-tool — Encoding-aware regex search with 32K output budget, compact file-grouped output, relative paths, .gitignore/generated-directory filtering, b
Globio.github.knewstimek/agent-tool — Sorted, bounded file matching with **, relative paths, generated-directory filtering, explicit has_more, and deterministic cursor paging
Compressio.github.knewstimek/agent-tool — Create zip / tar.gz archives
Decompressio.github.knewstimek/agent-tool — Extract zip / tar.gz archives (Zip Slip/Bomb protection)
Backupio.github.knewstimek/agent-tool — Timestamped zip backup with exclude patterns. dry_run preview with directory stats, pattern match counts, and largest files
Deleteio.github.knewstimek/agent-tool — Safe single-file deletion (no directories, no symlinks, system path protection, dry_run)
Renameio.github.knewstimek/agent-tool — Atomic file/directory rename or move (dry_run)
SysInfoio.github.knewstimek/agent-tool — System information — OS, CPU, RAM, disk, uptime, CPU usage measurement
SSHio.github.knewstimek/agent-tool — SSH execution with 32K head+tail capture, original byte counts, proper non-zero-exit errors, and background jobs (start/status/tail/cancel).
searchFlightsio.github.kobuta23/cabin-flights — Search for real flights across 500+ airlines with natural language queries.
discover_rolesio.github.kofujimura/tctc-mcp — Introspect any contract via IERC7303 — no role config needed
list_rolesio.github.kofujimura/tctc-mcp — Configured roles and their control tokens
check_roleio.github.kofujimura/tctc-mcp — Does an account hold a role? (live balanceOf, with evidence)
check_all_rolesio.github.kofujimura/tctc-mcp — Session-start self-assessment across all roles
revoke_roleio.github.kofujimura/tctc-mcp — Burn the subject's control token — the kill switch
grant_roleio.github.kofujimura/tctc-mcp — Mint the control token to a subject
get_postsio.github.koki-develop/esa-mcp-server — Retrieve a list of posts from the esa team. Supports search queries, filtering, sorting, and pagination. Returns post metadata including tit
get_postio.github.koki-develop/esa-mcp-server — Retrieve a specific post from the esa team by post number. Returns complete post details including title, content (markdown), tags, category
create_postio.github.koki-develop/esa-mcp-server — Create a new post in the esa team. Requires a title and optionally accepts content, tags, category, WIP status, and other metadata. Returns
update_postio.github.koki-develop/esa-mcp-server — Update an existing post in the esa team. Requires a post number and optionally accepts updated content, tags, category, WIP status, and othe
delete_postio.github.koki-develop/esa-mcp-server — Delete an existing post from the esa team. Requires a post number. The post will be permanently deleted and cannot be recovered. Returns a c
get_post_commentsio.github.koki-develop/esa-mcp-server — Retrieve a list of comments for a specific post from the esa team. Requires a post number and supports pagination. Returns comment metadata
update_commentio.github.koki-develop/esa-mcp-server — Update an existing comment on a post in the esa team. Requires a comment ID and new content in Markdown format. Returns the updated comment
delete_commentio.github.koki-develop/esa-mcp-server — Delete an existing comment from the esa team. Requires a comment ID. The comment will be permanently deleted and cannot be recovered. Return
get_tagsio.github.koki-develop/esa-mcp-server — Get a list of all tags used in the esa team. Returns tags with their names and the number of posts they are attached to, sorted by post coun
create_post_commentio.github.koki-develop/esa-mcp-server — Create a new comment on an existing post in the esa team. Requires a post number and comment content in Markdown format. Returns the created
revoke_linkio.github.sathya-sankaran/mdshare — Revoke a share link permanently using admin key.
list_commentsio.github.sathya-sankaran/mdshare — See all comments and replies on a document.
list_my_documentsio.github.sathya-sankaran/mdshare — List documents uploaded via this MCP server on this machine.
get_admin_urlio.github.sathya-sankaran/mdshare — Retrieve the admin URL for a previously-uploaded document. Only call when user explicitly asks.
upload_markdownio.github.sathya-sankaran/mdshare — Upload markdown by file_path or inline content, returns a share link.
post_commentio.github.sathya-sankaran/mdshare — Add a comment, optionally anchored to text.
register_documentio.github.sathya-sankaran/mdshare — Register a previously-saved admin URL into the local store for resume.
read_documentio.github.sathya-sankaran/mdshare — Read a document by ID and key, optionally save to output_path.
update_documentio.github.sathya-sankaran/mdshare — Update document content using edit/admin key.
patch_documentio.github.sathya-sankaran/mdshare — Find/replace operations without rewriting the full document.
generate_linkio.github.sathya-sankaran/mdshare — Create view/edit/comment share link using admin key.
list_linksio.github.sathya-sankaran/mdshare — List all share links with status using admin key.
resolve_commentio.github.sathya-sankaran/mdshare — Resolve or unresolve a comment.
get_versionsio.github.sathya-sankaran/mdshare — See edit history (who, when).
check_wallet_amlio.github.satoshkin-dev/satoshkin-aml-mcp — Checks a crypto wallet address for AML/KYT risk.
get_schemahani-ben-dhaou/Enterprise Big Data Copilot — Retrieves the live schema metadata (catalogs, schemas, tables, columns) from Trino or the in-memory demo catalog, grounding SQL generation i
execute_queryhani-ben-dhaou/Enterprise Big Data Copilot — Executes a validated read-only SQL query on Trino and returns the result rows, columns, and execution status.
profile_tablehani-ben-dhaou/Enterprise Big Data Copilot — Returns profiling statistics (row count, column stats, null counts) for a specified table to help understand data distribution.
amrood_registerio.github.saurabh-karn/amrood-mcp — Start signup — sends OTP to a 10-digit Indian phone number
amrood_verifyio.github.saurabh-karn/amrood-mcp — Verify the OTP code and create/login the account
amrood_kycio.github.saurabh-karn/amrood-mcp — Submit KYC — PAN card + bank account or UPI ID
amrood_create_agentio.github.saurabh-karn/amrood-mcp — Create an agent with a unique handle, returns the API key
amrood_balanceio.github.saurabh-karn/amrood-mcp — Check wallet balance, total funded, total spent
amrood_payio.github.saurabh-karn/amrood-mcp — Pay another agent by handle or ID
amrood_withdrawio.github.saurabh-karn/amrood-mcp — Withdraw funds to owner's bank account
amrood_transactionsio.github.saurabh-karn/amrood-mcp — View transaction history with filters
amrood_fundio.github.saurabh-karn/amrood-mcp — Generate a payment link to add funds
amrood_http_payio.github.saurabh-karn/amrood-mcp — Make an HTTP request with automatic 402 payment handling
check_crawler_readabilityio.github.kopachlager/prerenderbuddy-mcp — Fetches one public page using a selected crawler user-agent and returns HTTP status, final URL, title, description, canonical, headings, rea
compare_http_responsesio.github.kopachlager/prerenderbuddy-mcp — Compares a standard browser-style user-agent HTTP response with a selected crawler user-agent HTTP response.
check_discovery_filesio.github.kopachlager/prerenderbuddy-mcp — Checks conventional public robots.txt, sitemap.xml, and llms.txt URLs for a given domain.