subfeel

For AI developers

Connect to Subfeel over MCP

The fingerprint server is Subfeel itself: nine feeling detectors read across real review text. Every rate carries how often it is right, the kind of text that was measured on, and the quotes each firing rests on.

Server name
feellayer-fingerprints
Endpoint
https://mcp.feellayer.com/api/mcp
Tools
list_entities, get_fingerprint, detector_status
list_entities: everything fingerprinted so farget_fingerprint: nine feeling rates for one entity, with quotesdetector_status: how often each detector is right, and on what kind of text

Every rate ships with how often it is right and the kind of text it was measured on. Out-of-scope reads are flagged, never silent. Nothing travels without its evidence.

Quick connect

In Claude Code, add the server with one command:

claude mcp add --transport http feel-layer https://mcp.feellayer.com/api/mcp

For Claude Desktop or any other MCP client that reads a JSON config, add an entry to yourmcpServers block:

{
  "mcpServers": {
    "feel-layer": {
      "url": "https://mcp.feellayer.com/api/mcp"
    }
  }
}