Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.SELISEdigitalplatforms/l0-py-blocks-mcp

REMOTE · AI.SELISEBLOCKS.COM · SCANNED SEP 25

A Model Context Protocol (MCP) server for Selise Blocks Cloud integration

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4452 tokens (~108/item across 41 items; 36 tools + 5 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "publish_translation" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 37 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.SELISEdigitalplatforms/l0-py-blocks-mcp server?

io.github.SELISEdigitalplatforms/l0-py-blocks-mcp is a hosted endpoint at https://ai.seliseblocks.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · ai.seliseblocks.com

# add to Claude Code
claude mcp add --transport http selisedigitalplatforms-l0-py-blocks-mcp 'https://ai.seliseblocks.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "selisedigitalplatforms-l0-py-blocks-mcp": {
      "url": "https://ai.seliseblocks.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "selisedigitalplatforms-l0-py-blocks-mcp": {
      "type": "http",
      "url": "https://ai.seliseblocks.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.selisedigitalplatforms-l0-py-blocks-mcp]
url = "https://ai.seliseblocks.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "selisedigitalplatforms-l0-py-blocks-mcp": {
      "type": "remote",
      "url": "https://ai.seliseblocks.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add selisedigitalplatforms-l0-py-blocks-mcp --url 'https://ai.seliseblocks.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  selisedigitalplatforms-l0-py-blocks-mcp:
    url: "https://ai.seliseblocks.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "selisedigitalplatforms-l0-py-blocks-mcp": {
      "Transport": "http",
      "Url": "https://ai.seliseblocks.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add selisedigitalplatforms-l0-py-blocks-mcp -t streamable-http -u 'https://ai.seliseblocks.com/mcp'
// mcp.json
{
  "mcpServers": {
    "selisedigitalplatforms-l0-py-blocks-mcp": {
      "type": "http",
      "url": "https://ai.seliseblocks.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 0
    • The server no longer declares the “experimental” capability functional
  • 6 Aug 26 0
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 36 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • Schema quality: unverified → fail ▼ functional
    • Schema quality: unverified → fail ▼ functional
    • Tool coverage: unverified → 100 ▲ functional
    • Schema quality: unverified → good ▲ functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: 100 functional
    • First check of Tool coverage: 100 functional
    • New prompt “blocks_cli_check” functional
    • New prompt “initiate_project_using_blocks_cli” functional
    • New prompt “install_blocks_cli” functional
    • New resource “component-quick-reference” functional
    • New resource “confirmation-modal-patterns” functional
    • New resource “datagateway-crud” functional
    • New resource “react-hook-form-integration” functional
    • New resource “selise-component-hierarchy” functional
    • New tool “activate_social_login” functional
    • New tool “add_sso_credential” functional
    • New tool “check_blocks_cli” functional
    • New tool “configure_blocks_data_gateway” functional
    • New tool “create_module” functional
    • New tool “create_permission” functional
    • New tool “create_project” functional
    • New tool “create_role” functional
    • New tool “create_schema” functional
    • New tool “enable_authenticator_mfa” functional
    • New tool “enable_email_mfa” functional
    • New tool “finalize_schema” functional
    • New tool “get_auth_status” functional
    • New tool “get_authentication_config” functional
    • New tool “get_blocks_data_gateway_config” functional
    • New tool “get_global_state” functional
    • New tool “get_module_keys” functional
    • New tool “get_projects” functional
    • New tool “get_resource_groups” functional
    • New tool “get_role_permissions” functional
    • New tool “get_schema” functional
    • New tool “get_translation_languages” functional
    • New tool “get_translation_modules” functional
    • New tool “install_blocks_cli” functional
    • New tool “list_captcha_configs” functional
    • New tool “list_permissions” functional
    • New tool “list_roles” functional
    • New tool “list_schemas” functional
    • New tool “publish_translation” functional
    • New tool “save_captcha_config” functional
    • New tool “save_module_keys_with_translations” functional
    • New tool “set_application_domain” functional
    • New tool “set_role_permissions” functional
    • New tool “update_captcha_status” functional
    • New tool “update_permission” functional
    • New tool “update_schema_fields” functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://ai.seliseblocks.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=ai.seliseblocks.com CN=YE2,O=Let's Encrypt,C=US 10 Aug 2026 8 Nov 2026 ECDSA 256 ECDSA-SHA384 5dcebe79eba2a8a3a293f346ea30f1f9572
SANs: ai.seliseblocks.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of ai.seliseblocks.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
seliseblocks.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://ai.seliseblocks.com/mcp Verified 200
http (plaintext) http://ai.seliseblocks.com/mcp HTTPS enforced 301 https://ai.seliseblocks.com/mcp
MCP tools · 36 exposed · ~3,916 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
activate_social_login ~257

Activate social login for the project by updating authentication configuration. Args: item_id: Configuration item ID (default: "682c40c3872fab1bc2cc8988") project_key: Project key (tenant ID). Uses global tenant_id if not provided refresh_token_minutes: Refresh token validity in minutes (default: 300) access_token_minutes: Access token validity in minutes (default: 15) remember_me_minutes: Remember me token validity in minutes (default: 43200) allowed_grant_types: List of allowed grant types (default: ["password", "refresh_token", "social"]) wrong_attempts_lock: Number of wrong attempts to lock account (default: 5) lock_duration_minutes: Account lock duration in minutes (default: 5) Returns: JSON string with social login activation result

NameTypeReqDescription
access_token_minutesinteger––
allowed_grant_typesarray––
item_idstring––
lock_duration_minutesinteger––
project_keystring––
refresh_token_minutesinteger––
remember_me_minutesinteger––
wrong_attempts_lockinteger––
NameTypeReqDescription
resultstringyes–

No examples provided.

add_sso_credential ~181

Add social login credentials for OAuth providers (Google, Facebook, GitHub, etc.). Args: provider: OAuth provider name (e.g., "google", "facebook", "github") client_id: OAuth client ID from provider console client_secret: OAuth client secret from provider console project_key: Project key (tenant ID). Uses global tenant_id if not provided is_enable: Whether to enable this SSO provider (default: True) redirect_uri: OAuth redirect URI (optional) Returns: JSON string with SSO credential save result

NameTypeReqDescription
audiencestring––
client_idstringyes–
client_secretstringyes–
is_enableboolean––
project_keystring––
providerstringyes–
redirect_uristring––
NameTypeReqDescription
resultstringyes–

No examples provided.

check_blocks_cli ~28

Check if Blocks CLI is installed and available. Returns: JSON string with CLI availability status

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes–

No examples provided.

configure_blocks_data_gateway ~102

Configure Blocks Data Gateway for GraphQL operations. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided connectionString: Connection string for the database databaseName: Name of the database Returns: JSON string with data gateway configuration result

NameTypeReqDescription
connection_stringstring––
database_namestring––
project_keystring––
use_blocks_dbboolean––
NameTypeReqDescription
resultstringyes–

No examples provided.

create_module ~80

Create a new module for translation in a project. Args: module_name: Name of the module to create project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with module creation result including module ID and name

NameTypeReqDescription
module_namestringyes–
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

create_permission ~214

Create a new permission. Args: name: Permission name description: Permission description resource: Resource name (arbitrary string) resource_group: Resource group name (arbitrary string) tags: List of action tags (e.g., ["create", "read", "update", "delete"]) project_key: Project key (tenant ID). Uses global tenant_id if not provided type: Permission type (default: 3 for "Data protection") dependent_permissions: List of dependent permission IDs (default: []) is_built_in: Whether it's a built-in permission (default: false) Returns: JSON string with permission creation result

NameTypeReqDescription
dependent_permissionsarray––
descriptionstringyes–
is_built_inboolean––
namestringyes–
project_keystring––
resourcestringyes–
resource_groupstringyes–
tagsarrayyes–
typeinteger––
NameTypeReqDescription
resultstringyes–

No examples provided.

create_project ~135

Create a new project in Selise Cloud. Args: project_name: Name of the project to create repo_name: Repository name (e.g., 'username/repo') repo_link: Full GitHub repository URL repo_id: Repository ID from GitHub or Git provider is_production: Whether this is a production environment (default: False) Returns: JSON string with project creation results

NameTypeReqDescription
is_productionboolean––
project_namestringyes–
repo_idstring––
repo_linkstringyes–
repo_namestringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

create_role ~94

Create a new role. Args: name: Role name description: Role description slug: Role slug (URL-friendly identifier) project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with role creation result

NameTypeReqDescription
descriptionstringyes–
namestringyes–
project_keystring––
slugstringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

create_schema ~77

Create a new schema in Selise Blocks GraphQL API. Args: schema_name: Name of the schema to create project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with schema creation result

NameTypeReqDescription
project_keystring––
schema_namestringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

enable_authenticator_mfa ~62

Enable Authenticator Multi-Factor Authentication for a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with Authenticator MFA configuration result

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

enable_email_mfa ~59

Enable Email Multi-Factor Authentication for a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with Email MFA configuration result

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

finalize_schema ~101

Finalize schema changes by retrieving updated schema (step 3 of schema field management). Args: schema_id: The ID of the schema to finalize project_short_key: Project short key. project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with finalized schema data

NameTypeReqDescription
project_keystring––
project_short_keystringyes–
schema_idstringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

get_auth_status ~26

Check current authentication status and token validity. Returns: JSON string with authentication status

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes–

No examples provided.

get_authentication_config ~57

Get the current authentication configuration for the project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with current authentication configuration

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

get_blocks_data_gateway_config ~56

Get Blocks Data Gateway configuration. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with data gateway configuration result

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

get_global_state ~30

Get the current global state including authentication and application domain. Returns: JSON string with current global state

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes–

No examples provided.

get_module_keys ~89

Get available keys in a specific module for translation in a project. Args: module_id: The ID of the module to get keys from project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with available keys including key names, IDs, and resources

NameTypeReqDescription
module_idstringyes–
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

get_projects ~101

Get projects from Selise Blocks API and extract application domains. Args: tenant_group_id: Tenant Group ID to filter projects (optional) page: Page number for pagination (default: 0) page_size: Number of items per page (default: 100) Returns: JSON string with projects data and extracted application domains

NameTypeReqDescription
pageinteger––
page_sizeinteger––
tenant_group_idstring––
NameTypeReqDescription
resultstringyes–

No examples provided.

get_resource_groups ~55

Get available resource groups for a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with resource groups result

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

get_role_permissions ~181

Get permissions assigned to specific role(s). Args: role_slugs: List of role slugs to filter by project_key: Project key (tenant ID). Uses global tenant_id if not provided page: Page number (default: 0) page_size: Number of items per page (default: 10) search: Search filter (default: "") is_built_in: Filter by built-in status (default: "") resource_group: Filter by resource group (default: "") Returns: JSON string with role permissions result

NameTypeReqDescription
is_built_instring––
pageinteger––
page_sizeinteger––
project_keystring––
resource_groupstring––
role_slugsarrayyes–
searchstring––
NameTypeReqDescription
resultstringyes–

No examples provided.

get_schema ~85

Get a schema's current fields using its ID (step 1 of schema field management). Args: schema_id: The ID of the schema to retrieve project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with schema fields and metadata

NameTypeReqDescription
project_keystring––
schema_idstringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

get_translation_languages ~64

Get available languages for translation in a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with available languages including language names, codes, and default status

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

get_translation_modules ~60

Get available modules for translation in a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with available modules including module names and IDs

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

install_blocks_cli ~24

Install Blocks CLI using npm. Returns: JSON string with installation result

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes–

No examples provided.

list_captcha_configs ~57

List all CAPTCHA configurations for a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with list of CAPTCHA configurations

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

list_permissions ~199

List all permissions for a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided page: Page number (default: 0) page_size: Number of items per page (default: 10) search: Search filter (default: "") sort_by: Field to sort by (default: "Name") sort_descending: Sort order (default: false) is_built_in: Filter by built-in status (default: "") resource_group: Filter by resource group (default: "") Returns: JSON string with permission list result

NameTypeReqDescription
is_built_instring––
pageinteger––
page_sizeinteger––
project_keystring––
resource_groupstring––
searchstring––
sort_bystring––
sort_descendingboolean––
NameTypeReqDescription
resultstringyes–

No examples provided.

list_roles ~153

List all roles for a project. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided page: Page number (default: 0) page_size: Number of items per page (default: 10) search: Search filter (default: "") sort_by: Field to sort by (default: "Name") sort_descending: Sort order (default: false) Returns: JSON string with role list result

NameTypeReqDescription
pageinteger––
page_sizeinteger––
project_keystring––
searchstring––
sort_bystring––
sort_descendingboolean––
NameTypeReqDescription
resultstringyes–

No examples provided.

list_schemas ~164

List schemas from Selise Blocks GraphQL API. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided keyword: Search keyword for filtering schemas page_size: Number of items per page (default: 100) page_number: Page number for pagination (default: 1) sort_descending: Sort in descending order (default: True) sort_by: Field to sort by (default: "CreatedDate") Returns: JSON string with schemas listing result

NameTypeReqDescription
keywordstring––
page_numberinteger––
page_sizeinteger––
project_keystring––
sort_bystring––
sort_descendingboolean––
NameTypeReqDescription
resultstringyes–

No examples provided.

publish_translation ~87

Publish translations for a project, making them live and available for use. This function publishes all translation keys and their translations for the specified project, making them available in the production environment. Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with publish operation result including success/failure status

NameTypeReqDescription
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

save_captcha_config ~155

Save CAPTCHA configuration for Google reCAPTCHA or hCaptcha. Args: provider: CAPTCHA provider - "recaptcha" for Google reCAPTCHA or "hcaptcha" for hCaptcha site_key: Public site key from CAPTCHA provider console secret_key: Private secret key from CAPTCHA provider console project_key: Project key (tenant ID). Uses global tenant_id if not provided is_enable: Whether to enable the configuration immediately (default: False) Returns: JSON string with CAPTCHA configuration save result

NameTypeReqDescription
is_enableboolean––
project_keystring––
providerstringyes–
secret_keystringyes–
site_keystringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

save_module_keys_with_translations ~171

Save multiple translation keys with their translations to modules in a project. Args: request: SaveKeysTranslationRequest object containing: - ProjectKey: Project key (tenant ID). Uses global tenant_id if not provided - Translations: List of SaveKeyTranslationRequest objects, each containing: - KeyName: The translation key name - ModuleId: The module ID - ItemId: The Key ID (existing itemId on update else empty string on creation) - IsNewKey: On creation of new key it's True and for update it will be False - Resources: List of KeyTranslationResource objects with Value and Culture Returns: JSON string with batch translation keys creation result including status and results for each key

NameTypeReqDescription
request–yes–
NameTypeReqDescription
resultstringyes–

No examples provided.

set_application_domain ~101

Manually set the application domain and tenant ID for repository creation. Args: domain: Application domain URL tenant_id: Tenant ID for the project project_name: Project name (optional) tenant_group_id: Tenant Group ID (optional) Returns: JSON string with confirmation

NameTypeReqDescription
domainstringyes–
project_namestring––
tenant_group_idstring––
tenant_idstringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

set_role_permissions ~122

Assign or remove permissions from a role. Args: role_slug: Role slug identifier add_permissions: List of permission IDs to add to the role (default: []) remove_permissions: List of permission IDs to remove from the role (default: []) project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with role permission assignment result

NameTypeReqDescription
add_permissionsarray––
project_keystring––
remove_permissionsarray––
role_slugstringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

update_captcha_status ~98

Enable or disable a CAPTCHA configuration. Args: item_id: The ID of the CAPTCHA configuration to update is_enable: True to enable, False to disable the configuration project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with status update result

NameTypeReqDescription
is_enablebooleanyes–
item_idstringyes–
project_keystring––
NameTypeReqDescription
resultstringyes–

No examples provided.

update_permission ~234

Update an existing permission. Args: item_id: The ID of the permission to update name: Permission name description: Permission description resource: Resource name (arbitrary string) resource_group: Resource group name (arbitrary string) tags: List of action tags (e.g., ["create", "read", "update", "delete"]) project_key: Project key (tenant ID). Uses global tenant_id if not provided type: Permission type (default: 3 for "Data protection") dependent_permissions: List of dependent permission IDs (default: []) is_built_in: Whether it's a built-in permission (default: false) Returns: JSON string with permission update result

NameTypeReqDescription
dependent_permissionsarray––
descriptionstringyes–
is_built_inboolean––
item_idstringyes–
namestringyes–
project_keystring––
resourcestringyes–
resource_groupstringyes–
tagsarrayyes–
typeinteger––
NameTypeReqDescription
resultstringyes–

No examples provided.

update_schema_fields ~157

Update schema fields (step 2 of schema field management). Args: schema_id: The ID of the schema to update fields: List of SchemaField objects for the schema (existing + new). Each SchemaField has Name (str), Type (str), and IsArray (bool) properties. Reserved fields (ItemId, CreatedDate, LastUpdatedDate, CreatedBy, Language, LastUpdatedBy, OrganizationIds, Tags) are automatically filtered out. project_key: Project key (tenant ID). Uses global tenant_id if not provided Returns: JSON string with update result

NameTypeReqDescription
fieldsarrayyes–
project_keystring––
schema_idstringyes–
NameTypeReqDescription
resultstringyes–

No examples provided.

Common questions

What is the io.github.SELISEdigitalplatforms/l0-py-blocks-mcp server?

io.github.SELISEdigitalplatforms/l0-py-blocks-mcp is listed in the public MCP registry as io.github.SELISEdigitalplatforms/l0-py-blocks-mcp. A Model Context Protocol (MCP) server for Selise Blocks Cloud integration. This page covers its hosted endpoint (https://ai.seliseblocks.com/mcp).

Is the io.github.SELISEdigitalplatforms/l0-py-blocks-mcp server safe to use?

io.github.SELISEdigitalplatforms/l0-py-blocks-mcp scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.SELISEdigitalplatforms/l0-py-blocks-mcp server expose?

io.github.SELISEdigitalplatforms/l0-py-blocks-mcp exposes 36 tools: activate_social_login, get_authentication_config, add_sso_credential, check_blocks_cli, install_blocks_cli, and 31 more. Their descriptions and schemas cost roughly 3,916 tokens of context every time the server is loaded.

Does the io.github.SELISEdigitalplatforms/l0-py-blocks-mcp server require authentication?

No. We connected to io.github.SELISEdigitalplatforms/l0-py-blocks-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.SELISEdigitalplatforms/l0-py-blocks-mcp server still maintained?

io.github.SELISEdigitalplatforms/l0-py-blocks-mcp is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.