← onedollarstock.com
INDIVIDUAL MCP TOOL
onedollarstock.search
Search OneDollarStock for stock assets, collections, templates, photos, vectors, or other creative resources.
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.onedollarstock-com]
url = "https://www.onedollarstock.com/api/ucp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onedollarstock-com": {
"type": "http",
"url": "https://www.onedollarstock.com/api/ucp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onedollarstock-com
Remote MCP URL: https://www.onedollarstock.com/api/ucp/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": {
"onedollarstock-com": {
"url": "https://www.onedollarstock.com/api/ucp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onedollarstock-com": {
"type": "http",
"url": "https://www.onedollarstock.com/api/ucp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onedollarstock-com",
"transport": "streamable-http",
"url": "https://www.onedollarstock.com/api/ucp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
onedollarstock.get_product— Fetch public Shopify product JSON by handle and return variants, prices, links, and checkout/cart URLs.onedollarstock.get_license— Return storefront license and purchase-confirmation guidance for agents.onedollarstock.create_cart— Create Shopify cart and checkout permalinks from variant IDs and quantities without taking payment.onedollarstock.checkout_url— Return a user-visible Shopify checkout URL for the current browser cart or supplied cart items.