Skip to main content
Glama

WHOIS MCP Server

by priyansh4320
mcp_config.json9.88 kB
{ "server": { "url": "https://api.clickhouse.cloud" }, "authentication": [ { "password": "PASSWORD", "schema_parameters": { "scheme": "basic" }, "type": "http", "username": "USERNAME" } ], "operations": [ { "description": "Returns a list with a single organization associated with the API key in the request.", "name": "get_v1_organizations" }, { "description": "Returns details of a single organization. In order to get the details, the auth key must belong to the organization.", "name": "get_v1_organizations__organization_id" }, { "description": "Updates organization fields. Requires ADMIN auth key role.", "name": "patch_v1_organizations__organization_id" }, { "description": "Returns a list of all organization activities.", "name": "get_v1_organizations__organization_id_activities" }, { "description": "Returns a single organization activity by ID.", "name": "get_v1_organizations__organization_id_activities__activity_id" }, { "description": "Returns list of all organization invitations.", "name": "get_v1_organizations__organization_id_invitations" }, { "description": "Creates organization invitation.", "name": "post_v1_organizations__organization_id_invitations" }, { "description": "Deletes a single organization invitation.", "name": "delete_organization_invitation" }, { "description": "Returns details for a single organization invitation.", "name": "get_v1_organizations__organization_id_invitations__invitation_id" }, { "description": "Returns a list of all keys in the organization.", "name": "get_v1_organizations__organization_id_keys" }, { "description": "Creates new API key.", "name": "post_v1_organizations__organization_id_keys" }, { "description": "Deletes API key. Only a key not used to authenticate the active request can be deleted.", "name": "delete_v1_organizations__organization_id_keys__key_id" }, { "description": "Returns a single key details.", "name": "get_v1_organizations__organization_id_keys__key_id" }, { "description": "Updates API key properties.", "name": "patch_v1_organizations__organization_id_keys__key_id" }, { "description": "Returns a list of all members in the organization.", "name": "get_v1_organizations__organization_id_members" }, { "description": "Removes a user from the organization", "name": "delete_v1_organizations__organization_id_members__user_id" }, { "description": "Returns a single organization member details.", "name": "get_v1_organizations__organization_id_members__user_id" }, { "description": "Updates organization member role.", "name": "patch_v1_organizations__organization_id_members__user_id" }, { "description": "Information required to set up a private endpoint", "name": "get_v1_organizations__organization_id_private_endpoint_config" }, { "description": "Returns prometheus metrics for all services in an organization.", "name": "get_v1_organizations__organization_id_prometheus" }, { "description": "Returns a list of all services in the organization.", "name": "get_v1_organizations__organization_id_services" }, { "description": "Creates a new service in the organization, and returns the current service state and a password to access the service. The service is started asynchronously.", "name": "post_v1_organizations__organization_id_services" }, { "description": "Deletes the service. The service must be in stopped state and is deleted asynchronously after this method call.", "name": "delete_v1_organizations__organization_id_services__service_id" }, { "description": "Returns a service that belongs to the organization", "name": "get_v1_organizations__organization_id_services__service_id" }, { "description": "Updates basic service details like service name or IP access list.", "name": "patch_v1_organizations__organization_id_services__service_id" }, { "description": "Returns the service backup configuration.", "name": "get_service_backup_configuration" }, { "description": "Updates service backup configuration. Requires ADMIN auth key role. Setting the properties with null value, will reset the properties to theirs default values.", "name": "update_service_backup_configuration" }, { "description": "Returns a list of all backups for the service. The most recent backups comes first in the list.", "name": "list_service_backups_by_org_service" }, { "description": "Returns a single backup info.", "name": "get_backup_details" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns a list of ClickPipes.", "name": "list_clickpipes_for_service_in_org" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Create a new ClickPipe.", "name": "create_clickpipe_for_organization_service" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Delete the specified ClickPipe.", "name": "delete_click_pipe_by_ids" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns the specified ClickPipe.", "name": "get_click_pipe_by_ids" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Update the specified ClickPipe.", "name": "update_click_pipe" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Change scaling settings for the specified ClickPipe.", "name": "scale_click_pipe" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Start, stop or resync ClickPipe. Stopping a ClickPipe will stop the ingestion process from any state. Starting is allowed for ClickPipes in the \"Stopped\" state or with a \"Failed\" state. Resyncing is only for Postgres pipes and can be done from any state.", "name": "update_click_pipe_state" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns a list of reverse private endpoints for the specified service.", "name": "list_reverse_private_endpoints" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Create a new reverse private endpoint.", "name": "create_reverse_private_endpoint" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Delete the reverse private endpoint with the specified ID.", "name": "delete_reverse_private_endpoint" }, { "description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns the reverse private endpoint with the specified ID.", "name": "get_reverse_private_endpoint" }, { "description": "Sets a new password for the service", "name": "update_service_password" }, { "description": "Create a new private endpoint. The private endpoint will be associated with this service and organization", "name": "create_private_endpoint" }, { "description": "Information required to set up a private endpoint", "name": "get_private_endpoint_config" }, { "description": "Returns prometheus metrics for a service.", "name": "get_service_metrics_by_organization_and_service" }, { "description": "Updates minimum and maximum memory limits per replica and idle mode scaling behavior for the service. The memory settings are available only for \"production\" services and must be a multiple of 4 starting from 8GB. Please contact support to enable adjustment of numReplicas.", "name": "update_service_auto_scaling_settings" }, { "description": "Updates minimum and maximum total memory limits and idle mode scaling behavior for the service. The memory settings are available only for \"production\" services and must be a multiple of 12 starting from 24GB. Please contact support to enable adjustment of numReplicas.", "name": "modify_service_scaling_settings" }, { "description": "This is an experimental feature. Please contact support to enable it.", "name": "delete_service_query_endpoint_by_ids" }, { "description": "This is an experimental feature. Please contact support to enable it.", "name": "get_service_query_endpoint_by_org_and_service" }, { "description": "This is an experimental feature. Please contact support to enable it.", "name": "upsert_service_query_endpoint" }, { "description": "Starts or stop service", "name": "update_service_state" }, { "description": "Returns a grand total and a list of daily, per-entity organization usage cost records for the organization in the queried time period (maximum 31 days). All days in both the request and the response are evaluated based on the UTC timezone.", "name": "get_v1_organizations__organization_id_usage_cost" } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/priyansh4320/bulk-whois-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server