# IBM X-Force Exchange — MCP server on mcp.ai > Connect your IBM X-Force Exchange account and use 7 tools for security and identity straight from your AI agent. Connect with your own API key. IBM X-Force Exchange is a threat intelligence sharing platform for researching security threats, aggregating intelligence, and collaborating on cybersecurity insights. By: mcp.ai · official Page: https://mcp.ai/ibm_x_force_exchange ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ibm_x_force_exchange?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/ibm_x_force_exchange/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ibm_x_force_exchange/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/ibm_x_force_exchange/skill.md Postman collection (v2.1): https://mcp.ai/ibm_x_force_exchange/postman.json ## Tools - ibm_x_force_exchange_get_casefiles_public() — Tool to retrieve latest public Collections from IBM X-Force Exchange. Use when you need to access publicly available collections without pagination. For fetching all public collections, consider using - ibm_x_force_exchange_get_casefiles_public_paginated(skip?: integer, limit?: integer) — Tool to retrieve all public Collections using pagination from IBM X-Force Exchange. Use when you need to access publicly available collections with pagination support. Returns a list of publicly acces - ibm_x_force_exchange_get_ipr_categories() — Tool to retrieve the complete list of IP reputation categories from IBM X-Force Exchange. Use when you need to understand available IPR classification categories used by XFE. - ibm_x_force_exchange_get_url_categories() — Tool to retrieve the complete list of URL categories from IBM X-Force Exchange. Use when you need to understand available URL classification categories used by XFE. - ibm_x_force_exchange_get_userprofile() — Tool to retrieve authenticated user's profile information from IBM X-Force Exchange. Use when you need to access user account details, membership statistics, or integration configurations. - ibm_x_force_exchange_get_version() — Tool to retrieve current running API version information from IBM X-Force Exchange. Use when you need to check the API version, build number, or creation date. - ibm_x_force_exchange_post_auth_api_key(name?: string) — Tool to generate a new API key and password pair for IBM X-Force Exchange authentication. Use when you need to create new credentials for API access. The generated credentials do not expire and can be ## Example prompts - "What can I do in IBM X-Force Exchange?" - "Show me a summary of my IBM X-Force Exchange account" ## Links Docs: https://mcp.ai/docs/mcps/ibm_x_force_exchange Website: https://mcp.ai/mcps/ibm_x_force_exchange