Back to the catalog

eqiqs

21-framework people intelligence and compatibility scoring for any MCP client.

Open source Repository Open in the app JSON README (API)

About

21-framework people intelligence and compatibility scoring for any MCP client.

Details

Kind
MCP servers
Topic
No topic detected
Publisher
com.eqiqs
Origin
official
Category
ferramentas
Transport
http
Version
1.0.17
Last push
2026-08-30T20:42:45Z
Repository state
ativo
Language
JavaScript
License
MIT
Added
2026-09-01 18:00:09
Updated
2026-09-01 19:00:10
Origin id
com.eqiqs/eqiqs

README

# @eqiqs/mcp-server

MCP server launcher for [EQIQs](https://eqiqs.com) — bring Enneagram, MBTI, Big Five and 18 more
frameworks into Claude, ChatGPT and any other Model Context Protocol client.

## Remote (recommended)

Clients with remote MCP support connect directly:

```
https://adgmsnwjynqkhawhioil.supabase.co/functions/v1/mcp
```

Sign-in uses OAuth 2.1 — every tool call is scoped to your own EQIQs data.

## Stdio bridge

For clients that only speak stdio:

```json
{
  "mcpServers": {
    "eqiqs": {
      "command": "npx",
      "args": ["-y", "@eqiqs/mcp-server"]
    }
  }
}
```

### Environment

| Variable | Purpose |
| --- | --- |
| `EQIQS_MCP_URL` | Override the MCP endpoint |
| `EQIQS_MCP_TOKEN` | Bearer token for clients that cannot complete OAuth |

## Tools

- `get_my_profile` — your own 21-framework profile
- `list_profiles` / `get_profile` — people in your workspace
- `create_profile` — add someone new
- `list_relationships` — saved pairings
- `score_compatibility` — compare two people in a business, romantic, friendship or co-parenting context

Output is decision-support only and must never be the sole basis for hiring, promotion or
termination decisions.

## License

MIT

More