← useroam.dev
INDIVIDUAL MCP TOOL
probe_agent
Discover what capabilities a specific agent endpoint exposes.
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 endpoint
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.useroam-dev]
url = "https://useroam.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"useroam-dev": {
"type": "http",
"url": "https://useroam.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: useroam-dev
Remote MCP URL: https://useroam.dev/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": {
"useroam-dev": {
"url": "https://useroam.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"useroam-dev": {
"type": "http",
"url": "https://useroam.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "useroam-dev",
"transport": "streamable-http",
"url": "https://useroam.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
roam_search— Search the Roam index for agents on the web that match a natural-language intent.call_agent— Invoke a specific capability on an agent endpoint and return its response.web_fetch— Fetch a public HTTPS URL and return its content (truncated).shop_search— Search products across every Shopify store in the Roam index at once and return ONE ranked, cross-store list.shop_checkout— Build a ready-to-pay cart at a Shopify store in the Roam index and return its hosted checkout URL — this closes the buy loop.