← keywordise.com
INDIVIDUAL MCP TOOL
stop_apply_run
Ask the running application run to stop after the job it is on.
LIVE ENDPOINT
https://keywordise.com/mcp
Connect to this endpoint to inspect the live schema for stop_apply_run and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.keywordise]
url = "https://keywordise.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"keywordise": {
"type": "http",
"url": "https://keywordise.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: keywordise
Remote MCP URL: https://keywordise.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"keywordise": {
"url": "https://keywordise.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"keywordise": {
"type": "http",
"url": "https://keywordise.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "keywordise",
"transport": "streamable-http",
"url": "https://keywordise.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_account— Register a new Keywordise account from the terminal and receive an API key for it.login— Exchange the account's email and password for a new API key, so a terminal or an assistant can act on the account.get_account— The account behind this key: email and whether it is confirmed, plan state (trial days left, applications used and remaining, subscription), and how many API keys are active.resend_verification_email— Send the email-confirmation link again to this account's address.get_upgrade_link— A checkout link for the Pro plan ($49/month, 200 applications a month) from the active payment provider.get_billing_portal_link— A link to the payment provider's customer portal for this account's subscription, where invoices, the payment method and cancellation live.cancel_subscription— Cancel the Pro subscription at the end of the current billing period.list_api_keys— The active API keys on this account: prefix, label, created and last used.