# Concierge Intel

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/theconcierge99-hue/gold-panel  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/concierge-intel

## Description
Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "concierge-intel": {
    "command": "npx",
    "args": ["-y","concierge-intel"]
  }
}
```

## Documentation & README

# Executive Lounge

**Private intelligence terminal for markets and the onchain economy — with RWA-tokenized creator signals.**

Production site: your deployed domain (e.g. Executive Lounge on Vercel)  
Repository: private `gold-panel` — clone from your Git remote only; do not commit secrets

Executive Lounge combines a live market wire, **RWA intelligence certificates** (creator signals with optional **Solana NFT** mint), and a paid **Concierge AI** desk. Micropayments use the [x402](https://www.x402.org/) protocol (USDC on **Base** and **Solana**) via [PayAI](https://facilitator.payai.network) (primary) with [Dexter](https://x402.dexter.cash) fallback and [OpenDexter](https://dexter.cash/opendexter) agent discovery. Also listable on [x402scan.com](https://www.x402scan.com/) when discovery endpoints are enabled.

> **Security:** Documentation uses placeholders only. Never commit API keys, RPC URLs with keys, or KV tokens. See [docs/security.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/security.md).

## Documentation

| Document | Description |
|----------|-------------|
| [docs/overview.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/overview.md) | Product features, pricing, and user flows |
| [docs/rwa.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/rwa.md) | RWA certificates, Solana NFT mint, reader badges |
| [docs/rwa-solana-setup.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/rwa-solana-setup.md) | Solana mint env, RPC, troubleshooting |
| [docs/architecture.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/architecture.md) | Stack, repo layout, and request flow |
| [docs/getting-started.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/getting-started.md) | Local development setup |
| [docs/configuration.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/configuration.md) | Environment variables |
| [docs/api-reference.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/api-reference.md) | HTTP API endpoints |
| [docs/x402-payments.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/x402-payments.md) | x402 payment integration (PayAI + Dexter) |
| [docs/mppscan.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/mppscan.md) | MPPscan + AgentCash discovery |
| [docs/paysh.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/paysh.md) | pay.sh agent CLI catalog + pay-skills listing |
| [docs/concierge-ai.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/concierge-ai.md) | Concierge AI behavior and language rules |
| [docs/creator-signals.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/creator-signals.md) | Publish / unlock signals and revenue split |
| [docs/deployment.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/deployment.md) | Vercel production deployment |
| [docs/security.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/security.md) | Security-first rules for docs and ops |
| [SECURITY.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/SECURITY.md) | Secrets checklist (repo root) |

## Quick start

```bash
git clone <your-repository-url>
cd gold-panel
cp .env.example .env.local   # add GEMINI_API_KEY and optional x402 addresses
npm install
npm run dev
```

Open the dev URL shown in the terminal (typically port 5173). The lounge UI is served from `public/executive-lounge.html` with API routes proxied in development.

## Pricing (USDC)

| Action | Price |
|--------|-------|
| Browse lounge headlines | Free |
| Open RSS article | 0.1 USDC |
| Concierge message | 0.1 USDC |
| Unlock creator signal | 0.1 USDC |
| Publish creator signal | 1 USDC (anti-spam) |

Reader unlock fees on creator signals split **50% creator / 50% merchant**; the creator half is sent on-chain to their wallet after each unlock. The publish fee is **100% merchant**.

**Solana publish:** after 1 USDC, creators mint an RWA **NFT in Phantom** (~0.03 SOL gas). See [docs/rwa.md](https://github.com/theconcierge99-hue/gold-panel/blob/HEAD/docs/rwa.md).

## Scripts

| Command | Purpose |
|---------|---------|
| `npm run dev` | Vite dev server + concierge API plugin |
| `npm run build` | Production build + x402 + mint-signal bundles + `deploy-version.txt` |
| `npm run build:x402` | Rebuild `public/js/x402-pay.mjs` only |
| `npm run lint` | ESLint |

## License

Private project — see repository owner for terms of use.

