MCP server · Feldera
feldera
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Feldera. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Feldera publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
list_pipelines— List all pipelines.create_pipeline— Create a new SQL pipeline.get_pipeline— Get a pipeline by name.update_pipeline— Upsert a pipeline.patch_pipeline— Partially update a pipeline's program, config, tags, or description.delete_pipeline— Delete a pipeline.start_pipeline— Start (deploy and run) a pipeline.pause_pipeline— Pause a running pipeline.resume_pipeline— Resume a paused pipeline.stop_pipeline— Stop a pipeline.query_adhoc_sql— Execute an ad-hoc SQL query against a running pipeline.insert_data— Push input rows to a pipeline table.subscribe_view— Subscribe to change output from a view.get_pipeline_stats— Get runtime statistics for a pipeline.list_api_keys— List API keys.create_api_key— Create an API key.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.