Announcing New Experimental MCP Server inside PyAirbyte #741
aaronsteers
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of v0.29.0, we've added an MCP server directly into PyAirbyte!
https://airbytehq.github.io/PyAirbyte/airbyte/mcp.html
Summary of tools being made available as of this writing:
Connector Management
list_connectors
- List available Airbyte connectors with optional filtering by type (source/destination), install types (python, yaml, java, docker), or keywordsget_connector_info
- Get documentation URL and information for a specific connectorlist_connector_config_secrets
- List available config secret names for a given connectorvalidate_connector_config
- Validate a connector configurationSource Operations
list_source_streams
- List all streams available in a source connectorget_source_stream_json_schema
- Get the JSON schema for a specific stream in a source connectorget_stream_previews
- Get sample records (previews) from streams in a source connectorread_source_stream_records
- Read records from a specific source streamCache Operations
describe_default_cache
- Describe the currently configured default cache (typically DuckDB)list_cached_streams
- List all streams available in the default cachesync_source_to_cache
- Run a sync from a source connector to the default DuckDB cacherun_sql_query
- Run SQL queries against the default cacheCall for Feedback
We'd love to hear your input below:
Beta Was this translation helpful? Give feedback.
All reactions