generate_bulk_plsqldevansh-tntra/IFS Developer Intelligence MCP Server — Generates bulk PL/SQL code for batch operations.
trace_root_causedevansh-tntra/IFS Developer Intelligence MCP Server — Recursively traces ORA/PLS errors to root cause, remediation, and verification steps.
analyze_schemadevansh-tntra/IFS Developer Intelligence MCP Server — Analyzes database schema structure and relationships.
find_tabledevansh-tntra/IFS Developer Intelligence MCP Server — Finds database tables by name or pattern.
find_viewdevansh-tntra/IFS Developer Intelligence MCP Server — Finds database views by name or pattern.
parse_clientdevansh-tntra/IFS Developer Intelligence MCP Server — Parses Marble client definitions.
index_workspacedevansh-tntra/IFS Developer Intelligence MCP Server — Indexes local workspace models for search.
search_workspacedevansh-tntra/IFS Developer Intelligence MCP Server — Searches local workspace models.
read_csvalex1976/Datalake-MCP — Legge un CSV, con limite maxRows, delimitatore configurabile e offset per la paginazione
list_filesystemsalex1976/Datalake-MCP — Elenca i filesystem (container) dell'account
list_directoryalex1976/Datalake-MCP — Elenca file e directory in un percorso (opzionalmente ricorsivo)
get_file_infoalex1976/Datalake-MCP — Metadati di un file (dimensione, data ultima modifica)
get_parquet_schemaalex1976/Datalake-MCP — Restituisce lo schema (colonne/tipi) di un Parquet senza leggerne i dati
read_parquetalex1976/Datalake-MCP — Legge un Parquet, con maxRows, proiezione opzionale delle colonne e offset per la paginazione
read_textalex1976/Datalake-MCP — Legge un file di testo (.txt), con maxLines e offset per la paginazione
read_markdownalex1976/Datalake-MCP — Legge un file markdown (.md), con maxLines e offset per la paginazione
get_xml_schemaalex1976/Datalake-MCP — Restituisce lo schema (colonne, tra attributi ed elementi) dell'elemento record di un XML tabellare senza leggerne i dati
read_xmlalex1976/Datalake-MCP — Legge un XML tabellare (radice con elementi record ripetuti), con maxRows, elemento record e proiezione colonne opzionali, e offset per la p
list_tablesetak64n/mcp-server-playground — Every table with its row count. The natural entry point.
describe_tableetak64n/mcp-server-playground — Column definitions plus three sample rows.
search_productsetak64n/mcp-server-playground — Keyword, brand, category, price range and stock filters.
add_reviewetak64n/mcp-server-playground — The one tool that writes. Inserts a review row.
search_reviewsetak64n/mcp-server-playground — Full-text search over review bodies, backed by SQLite FTS5.
customer_ordersetak64n/mcp-server-playground — Resolve a customer by id/email/name, return orders with items joined.
sales_summaryetak64n/mcp-server-playground — Revenue aggregated by month, category, brand, prefecture or status.
top_productsetak64n/mcp-server-playground — Ranking by revenue, units sold or average rating.
app_healthbuildbase-app/BuildBase Agent MCP Server — Minimal custom-tool example for health check.
create_projectbuildbase-app/BuildBase Agent MCP Server — Create a new project.
list_projectsbuildbase-app/BuildBase Agent MCP Server — List all projects for the current user.
get_projectbuildbase-app/BuildBase Agent MCP Server — Get a project by ID.
update_projectbuildbase-app/BuildBase Agent MCP Server — Update a project.
delete_projectbuildbase-app/BuildBase Agent MCP Server — Delete a project.
greetrishi-mittal-web/FastMCP Template Server — Returns a greeting message with the provided name
search_adrsrsl-innovation/mem-port — Semantic (vector) search over ADRs, by problem or area
list_adrsrsl-innovation/mem-port — List the ADR log, filterable by status/tag/source
get_adrrsl-innovation/mem-port — Look up one ADR in full, by number or id
forget_adrrsl-innovation/mem-port — Soft-archive (default) or permanently delete an ADR
import_libraryrsl-innovation/mem-port — Import a library from a `.memport.json` bundle
search_skillsrsl-innovation/mem-port — Semantic (vector) search over skills, by task/situation — descriptions only
list_skillsrsl-innovation/mem-port — List saved skills, filterable by tag/source — descriptions only
save_adrrsl-innovation/mem-port — Record an architectural decision, optionally superseding an earlier one
save_memoryrsl-innovation/mem-port — Save a fact/preference/decision/task/reference, optionally linked to entities
search_memoryrsl-innovation/mem-port — Semantic (vector) search over memories
get_skillrsl-innovation/mem-port — Look up a skill by exact name or id
forget_skillrsl-innovation/mem-port — Soft-archive (default) or permanently delete a skill
get_entityrsl-innovation/mem-port — Look up an entity plus everything that mentions or relates to it
relate_entitiesrsl-innovation/mem-port — Create a graph relation between two entities
forget_memoryrsl-innovation/mem-port — Soft-archive (default) or permanently delete a memory
export_libraryrsl-innovation/mem-port — Export this library to a portable `.memport.json` bundle
save_episodersl-innovation/mem-port — Record a raw interaction/event that memories can be derived from
list_episodesrsl-innovation/mem-port — List recorded episodes, filterable by time range/source
save_skillrsl-innovation/mem-port — Save a reusable procedure, optionally linked to entities
kuaishou_get_hot_search_listDevinChen2014/kuaishou-mcp — Fetch the current Kuaishou / 快手 short-video hot search list.
kuaishou_search_usersDevinChen2014/kuaishou-mcp — Search Kuaishou users by keyword or phrase.
kuaishou_get_user_info_by_user_idDevinChen2014/kuaishou-mcp — Fetch creator profile data when the caller already has a non-empty user_id.
kuaishou_get_user_posted_videos_by_user_idDevinChen2014/kuaishou-mcp — Fetch a paginated list of works published by a creator when the caller already has a non-empty user_id.
kuaishou_get_video_detail_by_urlDevinChen2014/kuaishou-mcp — Resolve a Kuaishou work page link, short link, or share text into structured work details.
kuaishou_get_user_info_by_profile_urlDevinChen2014/kuaishou-mcp — Resolve a Kuaishou profile link, including live/fw-user profile shares, short link, or share text into creator profile data.
kuaishou_get_video_comments_by_urlDevinChen2014/kuaishou-mcp — Fetch paginated first-level comments directly from a Kuaishou work page link, short link, or share text.
kuaishou_get_user_posted_videos_by_profile_urlDevinChen2014/kuaishou-mcp — Fetch a paginated list of works published by a creator from a profile link, short link, or share text that resolves directly to a non-empty
socialdatax_get_points_balanceDevinChen2014/kuaishou-mcp — Query the current API Key account's SocialDataX points balance.
kuaishou_search_videosDevinChen2014/kuaishou-mcp — Search Kuaishou works by keyword or phrase.
read_mapRama-Digital/Coret Agent Kit — Read a mind map by ID.
update_mapRama-Digital/Coret Agent Kit — Update a mind map's title or description.
delete_mapRama-Digital/Coret Agent Kit — Delete a mind map.
list_mapsRama-Digital/Coret Agent Kit — List all mind maps.
read_nodeRama-Digital/Coret Agent Kit — Read a node by ID.
update_nodeRama-Digital/Coret Agent Kit — Update a node's label or note.
delete_nodeRama-Digital/Coret Agent Kit — Delete a node.
batch_create_nodesRama-Digital/Coret Agent Kit — Create multiple nodes in a map in one request.
list_toolsRama-Digital/Coret Agent Kit — List all available tools on this server.
create_mapRama-Digital/Coret Agent Kit — Create a new mind map.
create_nodeRama-Digital/Coret Agent Kit — Create a node in a mind map.
upload_imageRama-Digital/Coret Agent Kit — Upload an image to a node.
share_mapRama-Digital/Coret Agent Kit — Share a mind map with others.
sketch_nodeRama-Digital/Coret Agent Kit — Generate a sketch for a node using AI.
export_mapRama-Digital/Coret Agent Kit — Export a mind map to a file format.
get_contractRama-Digital/Coret Agent Kit — Get the API contract/documentation.
jamjet.cloud.policy@jamjet/cloud — Add a policy rule to block or require approval for tool calls matching a pattern.
jamjet.cloud.configure@jamjet/cloud — Configure the JamJet cloud control plane with API key and project.
arch_overviews-age/kernelee-mcp-tools — Returns the map: ring × device symbol counts, every endpoint headline, state / shared-stage / part lists.
arch_endpoints-age/kernelee-mcp-tools — Returns one endpoint in full: the stage tree (kinds, flows, notes, fork branches), its binding, and who drives / diverts-to / reads / writes
arch_states-age/kernelee-mcp-tools — Returns one buffer state: declaration, named mutations, writers, and readers split into circuit vs. presentation.
arch_refreshs-age/kernelee-mcp-tools — Runs the consumer's refresh command, then reloads the index.
arch_traces-age/kernelee-mcp-tools — Returns a typed-edge BFS neighborhood (drivenBy, divertsTo, callsSymbol, reads, writes, usesSharedStage) around any node.
arch_walks-age/kernelee-mcp-tools — Returns a typed-edge BFS neighborhood (drivenBy, divertsTo, callsSymbol, reads, writes, usesSharedStage) around any node.
send-emailinboxapi/InboxAPI CLI — Send an email via CLI subcommand
curateopus-pro/OpusClip MCP — Submit a video (file or URL) and get AI-picked clips scored for virality.
caption_and_transcriptopus-pro/OpusClip MCP — Pull the transcript and generate styled captions for a clip.
schedule_publishopus-pro/OpusClip MCP — Post or schedule clips to connected social accounts.
generate_social_copyopus-pro/OpusClip MCP — Generate titles, descriptions, and hashtags per platform for a clip.
editopus-pro/OpusClip MCP — Apply an editing script (trim, reframe, layout, captions) to a clip.
generate_thumbnailsopus-pro/OpusClip MCP — Generate thumbnail options for a clip.
create_collectionopus-pro/OpusClip MCP — Group clips into a collection for export.