Agentic Prompt
Official4 toolsby KunaniGaming
1,177 free agentic trading prompts for Claude and Robinhood MCP.
Provides trading prompts for Claude and Robinhood integration.
Captured live from the server via tools/list.
search_prompts
Search agentic trading prompts by keyword, category, or tag. Returns matching prompts with ID, title, use case and direct URL.
Parameters (4)
- querystring
Keyword to search in prompt title and content
- categorystring
Filter by category (e.g. 'Options Strategies', 'DCA & Dip Buying')
- tagstring
Filter by tag (e.g. 'Execution', 'NVDA', 'Healthcare')
- limitnumber
Max results to return (default 10, max 50)
get_prompt
Get the full details of a single prompt by its ID, including the complete prompt text, use case, how it works, tags and prerequisites.
Parameters (1)
- idstringrequired
Prompt ID e.g. p-1, p-42, p-1177
list_categories
List all 15 prompt categories with their prompt counts.
No parameters.
get_prompts_by_category
Get prompts in a specific category.
Parameters (2)
- categorystringrequired
Exact category name
- limitnumber
Max results (default 20)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://agentic-prompt.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"agentic-prompt": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentic-prompt.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.