xano_mcp

xano_mcp

3.1

If you are the rightful owner of xano_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation for interacting with the Xano API, providing tools and resources for managing Xano database operations through the MCP interface.

The Xano MCP Server is designed to facilitate seamless interactions with the Xano API, offering a robust framework for managing database operations. It ensures secure authentication, type-safe API interactions, and environment-based configuration. The server is MCP-compliant, providing a standardized interface for workspace and table management. With improved error handling, it delivers detailed messages for better debugging and user experience. The server is built using TypeScript, ensuring type safety and reliability. It supports various operations such as creating, reading, and updating table content, making it a comprehensive solution for developers working with Xano databases.

Features

  • Secure authentication with Xano API
  • Type-safe API interactions using TypeScript
  • Environment-based configuration
  • MCP-compliant interface
  • Improved error handling with detailed messages

Tools

  1. get_workspaces

    List all available workspaces

  2. create_table

    Create a new table in a workspace

  3. get_table_content

    Get content from a table with pagination support

  4. add_table_content

    Add new content to a table

  5. update_table_content

    Update existing content in a table

  6. get_all_tables

    List all tables in a workspace with detailed information