streamable-httpMITupdated 1mo ago
Remote MCP server exposing two production tools, hosted on Apify's Streamable HTTP MCP infrastructure. No local install, no code โ one URL. OAuth or API-token auth.
What can you do with Reich Tools โ Trademark Clearance & Stock Signals?
Reich Tools MCP โ Verification & Market Intelligence for AI Agents
Remote MCP server exposing two production tools, hosted on Apify's Streamable HTTP MCP infrastructure. No local install, no code โ one URL. OAuth or API-token auth.
House rule: tools that tell you the truth. Both tools return honest failure states instead of fabricated data, and never charge for errors.
Quick start
Add to any MCP client (Claude Desktop, Claude.ai, Cursor, VS Code, or any Streamable HTTP client):
{
"mcpServers": {
"reich-tools": {
"url": "https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signals"
}
}
}
On first connection you'll be prompted to sign in to Apify (OAuth). Alternatively, authenticate with a header: "headers": { "Authorization": "Bearer <APIFY_TOKEN>" }.
Tools
๐
Name Clearance Verdict โ shane_reich/name-clearance-verdict
One call answers: "Is this brand name safe to use?"
- Trademark knockout across USPTO + TMview (70+ IP offices) with phonetic & fuzzy collision matching
- Nice-class inference from your product description
- RDAP domain availability + best-effort social handle checks
- Composite grade:
CLEAR / CAUTION / HIGH_RISK / UNKNOWNโ neverCLEARif a trademark source failed - Alternative names that clear
โ Store listing ยท $0.10 per verdict ยท failed lookups never charged
๐ Stock Edge โ shane_reich/stock-edge-signals
BUY/SELL/HOLD technical signals for US stocks โ the only signal tool that grades its own homework. Every signal is written to a permanent ledger, resolved against subsequent prices daily, and published (wins and losses) via a free performance mode.
- RSI, MA20/50 trend, momentum, volume confirmation, ATR-adjusted confidence
- Multi-provider failover (Finnhub, Twelve Data, Alpha Vantage)
- Batch up to 10 symbols; honest
INSUFFICIENT_DATAstates
โ Store listing ยท $0.015 per signal ยท free public track record ยท errors never charged
Why agents use these
Both tools return one structured, deterministic JSON verdict per call โ no prose parsing, no pagination, no session state. Designed for agent workflows: brand-name vetting inside product-launch pipelines, portfolio monitoring inside finance agents.
Transport & compatibility
- Transport: Streamable HTTP (hosted at
mcp.apify.com) - Auth: OAuth or
Authorization: Bearer <APIFY_TOKEN> - Clients tested: Claude Desktop, Claude.ai, Cursor, VS Code
- Output schemas published (Actor output schema v1) so clients get structured results
Built and maintained by Shane Reich ยท Apify profile
Install
Add Reich Tools โ Trademark Clearance & Stock Signals to your client. Pick the one you use.
claude mcp add --transport http reich-tools-trademark-clearance-stock-si https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signalscodex mcp add reich-tools-trademark-clearance-stock-si --url https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signals{
"mcpServers": {
"reich-tools-trademark-clearance-stock-si": {
"url": "https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signals"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"reich-tools-trademark-clearance-stock-si": {
"type": "http",
"url": "https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signals"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"reich-tools-trademark-clearance-stock-si": {
"url": "https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signals"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"reich-tools-trademark-clearance-stock-si": {
"serverUrl": "https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signals"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 48 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 15, 2026 |