project_link_schemas — Supero MCP Tool
project_link_schemas
(project link schemas) is one of 64 tools on the
Supero
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call project_link_schemas from your client
- Claude Code Supero project_link_schemas run in your project directory
- Claude Desktop Supero project_link_schemas ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Supero project_link_schemas ~/.cursor/mcp.json
- VS Code Supero project_link_schemas .vscode/mcp.json
- Zed Supero project_link_schemas ~/.config/zed/settings.json
- Windsurf Supero project_link_schemas ~/.codeium/windsurf/mcp_config.json
- Cline Supero project_link_schemas ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Supero project_link_schemas ~/.gemini/settings.json
- Grok Supero project_link_schemas .mcp.json (in your project root)
- ChatGPT Supero project_link_schemas Settings → Connectors → Advanced → Developer mode
- Claude.ai Supero project_link_schemas Settings → Connectors → Add custom connector
- LangChain Supero project_link_schemas pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http supero https://api.supero.dev/mcp/v1/messages
Other tools on this server
- crud_search
- crud_get
- crud_create
- crud_update
- crud_delete
- schema_list
- schema_get
- schema_validate
- schema_save
- schema_delete
- schema_list_project
- schema_update
- sdk_generate
- sdk_status
- sdk_list
- sdk_download
- rbac_get_my_access
- rbac_check_permission
- apikey_get_scope
- connector_run
- connector_cancel
- connector_status
- connector_enable
- connector_disable
- connector_discover
- connector_discover_status
- connector_discover_results
- connector_test_config
- connector_test
- connector_plugins
- build_get_skills
- build_get_examples
- build_plan
- build_get_service_contract
- build_whoami
- build_list_projects
- build_get_project
- build_create_project
- build_update_project
- build_set_project_mode
- build_replace_project
- build_validate
- build_publish
- build_stage_bundle
- build_get_bundle
- build_deploy
- build_deploy_status
- build_logs
- build_go_live
- build_teardown
- build_list_capabilities
- build_recommend_integrations
- build_configure_services
- build_doctor
- build_smoke_test
- build_e2e_test
- build_e2e_test_status
- build_list_data_sources
- build_connect_data_source
- build_discover_source
- build_bind_data_source
- build_run_data_source
- build_list_bound_schemas
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.