apito-io/apito-mcp
If you are the rightful owner of apito-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 dayong@mcphub.com.
The Apito MCP Server is a Model Context Protocol server designed to facilitate interaction between LLMs and Apito's GraphQL API, enabling model creation, field management, and schema building.
Tools
Functions exposed to the LLM to take actions
create_model
Create a new model in Apito.
add_field
Add a field to an existing model with explicit type specification.
update_field
Update an existing field in a model.
rename_field
Rename a field in a model.
delete_field
Delete a field from a model.
delete_model
Delete a model from the project.
list_models
List all models in the current project.
get_model_schema
Get the complete schema for a model including all fields and their types.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client