Server data from the Official MCP Registry
Passive income opportunity scanner. Yield analysis and portfolio optimization for AI agents.
Passive income opportunity scanner. Yield analysis and portfolio optimization for AI agents.
Remote endpoints: streamable-http: https://api.intuitek.ai/yield/mcp
This MCP server is a legitimate commercial AI agent infrastructure platform (IntuiTek ACE) with proper authentication, payment integration, and credential handling. However, several moderate security concerns lower the score: (1) Default/example credentials hardcoded for development remain in production paths, (2) Fernet encryption key validation occurs at startup but the fallback default key is publicly known, (3) API key handling is reasonably scoped but relies on a single encryption key for all customers, (4) Subprocess execution in background tasks lacks input validation, and (5) File read/write operations assume trusted inputs. Permissions broadly match the server's purpose (payment processing, customer management, package generation), but the combination of these issues creates exploitable weaknesses in a production financial system. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity).
4 files analyzed · 17 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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 |
| POST | /intake/submit | Customer intake backend |
| GET | /.well-known/agent-card.json | A2A agent card (via api.intuitek.ai) |
| POST/GET/DELETE | /mcp | MCP Streamable HTTP endpoint (per server) |
git clone https://github.com/thebrierfox/intuitek-ace
cp .env.example .env # fill in STRIPE_*, FERNET_KEY, RESEND_API_KEY
pip install -r requirements.txt
uvicorn ace_server:app --reload --port 8080
See .env.example for all required variables.
Operator: ~K¹ (William Kyle Million) / IntuiTek¹ · intuitek.ai
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.