Northside Intelligence Portal
MCP serverCommerce & finance12 WebMCP tools for AI agents: lead automation, site audits, market briefs, grants, commerce.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Northside Intelligence Portal
Install Northside Intelligence Portal
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http northside-intelligence-portal 'https://www.northsideintelligence.com/api/webmcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://www.northsideintelligence.com/api/webmcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=northside-intelligence-portal&config=eyJ1cmwiOiJodHRwczovL3d3dy5ub3J0aHNpZGVpbnRlbGxpZ2VuY2UuY29tL2FwaS93ZWJtY3AifQ==Open the link and Cursor adds the server at that address.
ChatGPT
https://www.northsideintelligence.com/api/webmcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add northside-intelligence-portal --url 'https://www.northsideintelligence.com/api/webmcp'Run it once, then sign in with codex mcp login northside-intelligence-portal if the server asks for an account.
From the project's README
As published by northsideventuresllc-sketch/northside-intelligence in README.md.
Single Next.js app serving:
- Public landing — northsideintelligence.com (
/) - Internal ops dashboard —
/ops(password-protected, JB-only)
Stack
- Next.js 14 (App Router, TypeScript, Tailwind CSS)
- Supabase client (NI-Brain:
kxijunwgbrlfzvgkhklo) - Vercel deployment
Setup
npm install
cp .env.example .env.local
Generate an admin secret:
openssl rand -hex 20
Add your Supabase anon key, service role key, NI_ADMIN_SECRET, and OPS_SESSION_SECRET to .env.local.
npm run dev
- Landing: http://localhost:3000
- Ops login: http://localhost:3000/ops/login
- Ops dashboard: http://localhost:3000/ops (after login)
Environment variables
| Variable | Description |
|---|---|
NEXT_PUBLIC_SUPABASE_URL | Supabase project URL |
NEXT_PUBLIC_SUPABASE_ANON_KEY | Public anon key |
SUPABASE_SERVICE_ROLE_KEY | Server-only service role |
NI_ADMIN_SECRET | Ops login password (never stored in cookies) |
OPS_SESSION_SECRET | HMAC key for signed ni_ops_token session cookies |
NEXT_PUBLIC_APP_URL | Canonical app URL |
Ops auth
Login posts to /api/ops/auth. On success, middleware verifies a signed, expiring ni_ops_token httpOnly cookie (HMAC via OPS_SESSION_SECRET) — the cookie value is never the admin password. Logout: DELETE /api/ops/auth.
Revenue tracker
Ops revenue fields persist in localStorage until database sync is added.
Sector 3 tools (NI ecosystem)
Canonical wiring lives in src/lib/sector3-registry.ts and mirrors arm3_tools slugs in NI-Brain.
| Tool | Subdomain | Repo | Supabase table |
|---|---|---|---|
| ReplyFlow | replyflow.northsideintelligence.com | replyflow | replyflow_profiles |
| GrantBot | grantbot.northsideintelligence.com | grantbot | grantbot_profiles |
Brand
- Background:
#07080C - Accent: electric cyan (
#00D4FF) - Tagline: We find the gaps and make it better.
Replace /public/logo.png with the official NI logo when ready.
Northside Intelligence
Public landing page for northsideintelligence.com — Sector 3 tool directory.
Stack
- Next.js 14 (App Router)
- Tailwind CSS
Development
npm install
npm run dev
Tool metadata lives in src/lib/tools.ts.
Advanced
- Delivery
- northside-intelligence MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-northsideventuresllc-sketch-northside-intelligence- Source
- github.com/northsideventuresllc-sketch/northside-intelligence
- Hosted endpoint
https://www.northsideintelligence.com/api/webmcp
github.com/northsideventuresllc-sketch/northside-intelligence