MCPServers
X

Xano MCP Server

0
0

Summary

Enables interaction with the Xano API through a Model Context Protocol (MCP) interface, providing secure and type-safe management of Xano database operations.

Available Actions(6)

get_workspaces

List all available workspaces.

create_table

Create a new table in a workspace. Parameters: workspaceId (number), name (string).

get_table_content

Get content from a table with pagination support. Parameters: workspaceId (number), tableId (number), pagination (object).

add_table_content

Add new content to a table. Parameters: workspaceId (number), tableId (number), content (object).

update_table_content

Update existing content in a table. Parameters: workspaceId (number), tableId (number), contentId (string), content (object).

get_all_tables

List all tables in a workspace with detailed information. Parameters: workspaceId (number).

Last Updated: April 8, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Try it now in
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ