For AI developers
Connect to Subfeel over MCP
The fingerprint server is Subfeel itself: nine locked emotion detectors read across real review text. Every rate carries its precision stamp, its validated scope, 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: each detector’s stamp and validated scope
Every rate ships with the precision stamp it earned and the register it was validated 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/mcpFor 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"
}
}
}