MCP Servers / development / Listable

Listable

JSON →
stdiononedevelopment

Create directory websites via MCP

Install
How to run this server
[ { "cmd": "npx -y listable-mcp`", "imports": [] } ]
server path: listable
Tools
What this server exposes
list_projects
List all projects
get_project
Get a specific project by ID
get_schema
Discover project schema including custom fields and block types
list_items
List items/listings with pagination and filtering
get_item
Get a specific item/listing by ID
create_item
Create a new item/listing
update_item
Update an existing item/listing
delete_item
Delete an item/listing
bulk_create_items
Create up to 100 items/listings in a single call
list_categories
List all categories
get_category
Get a specific category by ID
create_category
Create a new category
update_category
Update an existing category
delete_category
Delete a category
get_category_tree
Get the category tree structure
inspect_category_conflicts
Inspect category conflicts
list_custom_fields
List all custom fields
create_custom_field
Create a new custom field (text, number, date, url, checkbox, select, phone, address, image)
update_custom_field
Update an existing custom field
delete_custom_field
Delete a custom field
list_pages
List all pages
get_page_blocks
Get blocks for a specific page
update_page_blocks
Update blocks for a specific page
get_global_block_area
Get a global block area (homepage hero, homepage main, detail page, category pages)
update_global_block_area
Update a global block area
list_forms
List all forms
get_form
Get a specific form by ID
create_form
Create a new form
update_form
Update an existing form
delete_form
Delete a form
list_form_fields
List fields for a form
create_form_field
Create a new form field
update_form_field
Update an existing form field
delete_form_field
Delete a form field
get_menu
Get the menu settings
update_menu
Update the menu settings
get_scripts
Get the scripts settings
update_scripts
Update the scripts settings
get_seo
Get the SEO settings
update_seo
Update the SEO settings
get_url_structure
Get the URL structure settings
update_url_structure
Update the URL structure settings
get_theme
Get the theme settings
update_theme
Update the theme settings
list_redirects
List all redirects
create_redirect
Create a new redirect
update_redirect
Update an existing redirect
delete_redirect
Delete a redirect
upload_file
Upload an image or file for use in listings and pages
Configuration
Environment & auth
authnone
envLISTABLE_API_TOKEN
envLISTABLE_MCP_URL
Resources
Listable — MCP Server · libregistry