You've successfully deployed your personal MCP server for connecting to your Bika.ai account.
⚠️ CRITICAL SECURITY WARNING:
Want to help others?
Share the repository so others can deploy their own instance - never share YOUR deployment URL!
This is your personal Model Context Protocol (MCP) server providing programmatic access to your Bika.ai databases, records, automations, and more.
/mcp
/sse
To use your MCP server:
/mcp at the end
⚠️ Remember: Add /mcp to the end of this page's URL when configuring Claude Desktop!
This server provides comprehensive Bika.ai integration tools:
bika_get_system_meta - Get system metadata and version informationbika_list_spaces - List all accessible Bika spacesbika_get_database - Get database metadata, schema, and configurationbika_get_database_fields - Get field definitions and schemasbika_get_database_views - Get all views from a databasebika_get_records_v1 - Query records with filtering (v1 API)bika_list_records_v2 - Advanced record queries with pagination, sorting (v2 API)bika_get_record_v2 - Get a single record with formatting options (v2 API)bika_create_record_v1 - Create a new record (v1 API)bika_update_record_v1 - Update an existing record (v1 API)bika_update_record_v2 - Update a record with field key formatting (v2 API)bika_delete_record_v1 - Delete a record (v1 API)bika_delete_record_v2 - Delete a record (v2 API)bika_batch_create_records_v2 - Batch create up to 10 records (v2 API)bika_batch_update_records_v2 - Batch update up to 10 records (v2 API)bika_batch_delete_records_v2 - Batch delete up to 10 records (v2 API)bika_get_node - Get information about a specific node (database, folder, etc.)bika_list_nodes - List all nodes in a spacebika_get_user_profile - Get current user profile informationbika_list_outgoing_webhooks - List all outgoing webhooksbika_create_outgoing_webhook - Create a new outgoing webhookbika_delete_outgoing_webhook - Delete an outgoing webhookComprehensive documentation available as MCP resources:
Model Context Protocol | Bika API Documentation | GitHub Repository
Built on top of Vercel MCP Template