Passive income opportunity scanner. Yield analysis and portfolio optimization for AI agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-thebrierfox-intuitek-ace": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Passive income opportunity scanner. Yield analysis and portfolio optimization for AI agents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Persistent memory using a knowledge graph
The official MCP server implementation for the Perplexity API Platform
An official Qdrant Model Context Protocol (MCP) server implementation
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for io.github.thebrierfox/intuitek-ace and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Three AI-powered APIs. Pay per call via x402 (USDC on Base) or subscribe. Accessible by agents and developers via MCP (Streamable HTTP) and A2A protocols.
Live on Railway. 50 free trial calls. No API key required for trial.
| API | Description | Price |
|---|---|---|
| YIELD INTELLIGENCE | Passive income opportunity scanner — high-yield dividend analysis, portfolio optimization, monthly income targeting | $1 / call |
| ACE Autonomous Commerce | Execute purchases and service subscriptions on behalf of users or agents, with spending limit enforcement | $2 / call |
| COUNSELOR AI Strategy | AI infrastructure strategy, MCP server selection, agent architecture consulting | $15 / call |
Subscription tiers available (Starter $29/mo · Professional $99/mo · Enterprise $499/mo).
Agent card at the standard discovery location:
https://api.intuitek.ai/.well-known/agent-card.json
Streamable HTTP, spec 2025-11-25. Mount in any MCP client:
https://api.intuitek.ai/yield # YIELD INTELLIGENCE
https://api.intuitek.ai/ace # ACE Autonomous Commerce
https://api.intuitek.ai/counselor # COUNSELOR AI Strategy
https://api.intuitek.ai/pricing
x402 micropayments (per call):
Asset: USDC on Base (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
payTo: 0x03d773c52B67993e60Ecb3134b17436fE03B584c
x-payment header: follow x402 spec
Subscription (ACP):
POST https://api.intuitek.ai/checkouts
Trial:
50 free calls — no payment required
Add YIELD INTELLIGENCE to any MCP client (Claude Desktop, Cursor, Windsurf, Cline, etc.):
{
"mcpServers": {
"yield-intelligence": {
"url": "https://mcp.intuitek.ai/yield/mcp"
}
}
}
No API key required. No account. 50 free trial calls included.
After adding, your AI assistant gains two tools:
| Tool | What it does |
|---|---|
analyze_yield_opportunities | Scans Treasury yields, dividend ETFs, REITs, preferred stocks, and CDs — surfaces the highest-returning options for your capital and risk tolerance |
optimize_income_portfolio | Builds or rebalances a diversified portfolio to hit a target monthly income figure, with suggested allocation percentages and rebalancing cadence |
Example prompts:
# Check health
curl https://ace-license-server-production.up.railway.app/health
# Get pricing
curl https://api.intuitek.ai/pricing
# Call a tool (trial — no payment needed for first 50 calls)
curl -X POST https://api.intuitek.ai/yield/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "analyze_yield_opportunities",
"arguments": {
"investment_capital": 50000,
"risk_tolerance": "moderate"
}
}
}'
ACE also serves as the backend for IntuiTek¹ ClawMart products:
GET /validate?key=<key>See ClawMart store for available skill packages.
| Method | Path | Description |
|---|---|---|
| GET | /health | Heartbeat — returns status, active_subscribers, mrr_cents |
| GET | /pricing | Machine-readable product and pricing catalog |
| POST | /stripe/webhook | Stripe event ingestion (signed) |
| GET | /validate | License key validation |
| P |