MCP server · SmartMind
thanosql
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for SmartMind. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If SmartMind publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
post_query_api_v1_query__post— Post Query (POST /api/v1/query/)get_query_logs_api_v1_query_log_get— Get Query Logs (GET /api/v1/query/log)get_templates_api_v1_query_template_get— Get Templates (GET /api/v1/query/template)create_template_api_v1_query_template_post— Create Template (POST /api/v1/query/template)get_template_api_v1_query_template__template_name__get— Get Template (GET /api/v1/query/template/{template_name})update_template_api_v1_query_template__template_name__put— Update Template (PUT /api/v1/query/template/{template_name})delete_template_api_v1_query_template__template_name__delete— Delete Template (DELETE /api/v1/query/template/{template_name})get_tables_api_v1_table__get— Get Tables (GET /api/v1/table/)get_table_api_v1_table__table_name__get— Get Table (GET /api/v1/table/{table_name})update_table_api_v1_table__table_name__put— Update Table (PUT /api/v1/table/{table_name})create_table_api_v1_table__table_name__post— Create Table (POST /api/v1/table/{table_name})delete_table_api_v1_table__table_name__delete— Delete Table (DELETE /api/v1/table/{table_name})get_records_api_v1_table__table_name__records_get— Get Records (GET /api/v1/table/{table_name}/records)insert_records_api_v1_table__table_name__records_post— Insert Records (POST /api/v1/table/{table_name}/records)get_records_as_csv_api_v1_table__table_name__records_csv_get— Get records as a CSV file (GET /api/v1/table/{table_name}/records/csv)upload_table_from_csv_api_v1_table__table_name__upload_csv_post— Upload Table From Csv (POST /api/v1/table/{table_name}/upload/csv)upload_table_from_excel_api_v1_table__table_name__upload_excel_post— Upload Table From Excel (POST /api/v1/table/{table_name}/upload/excel)upload_table_from_json_api_v1_table__table_name__upload_json_post— Upload Table From Json (POST /api/v1/table/{table_name}/upload/json)get_all_table_templates_api_v1_table_template__get— Get All Table Templates (GET /api/v1/table_template/)get_table_template_api_v1_table_template__table_template_name__get— Get Table Template (GET /api/v1/table_template/{table_template_name})create_table_template_api_v1_table_template__table_template_name__post— Create Table Template (POST /api/v1/table_template/{table_template_name})delete_table_template_api_v1_table_template__table_template_name__delete— Delete Table Template (DELETE /api/v1/table_template/{table_template_name})get_views_api_v1_view__get— Get Views (GET /api/v1/view/)get_view_api_v1_view__view_name__get— Get View (GET /api/v1/view/{view_name})delete_view_api_v1_view__view_name__delete— Delete View (DELETE /api/v1/view/{view_name})get_schemas_api_v1_schema__get— Get Schemas (GET /api/v1/schema/)create_schema_api_v1_schema__schema__post— Create Schema (POST /api/v1/schema/{schema})get_db_health_api_v1_healthz_get— Get Db Health (GET /api/v1/healthz)get_memory_metrics_api_v1_metric_memory__get— Get Memory Metrics (GET /api/v1/metric/memory/)get_fm_api_v1_contents__path__get— Get (GET /fm/api/v1/contents/{path})delete_fm_api_v1_contents__path__delete— Delete (DELETE /fm/api/v1/contents/{path})create_fm_api_v1_contents__destination__post— Create (POST /fm/api/v1/contents/{destination})move_fm_api_v1_contents__source__patch— Move (PATCH /fm/api/v1/contents/{source})get_size_fm_api_v1_size__get— Get Size (GET /fm/api/v1/size/)
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.