IntenCheck MCP Integration
Connect MCP-capable clients to IntenCheck text analysis, sentiment analysis, bulk analysis, and reply generation tools.
Endpoint
https://intencheck.com/mcp
Use your IntenCheck API key with either header:
X-API-Key: YOUR_INTENCHECK_API_KEY Authorization: Bearer YOUR_INTENCHECK_API_KEY
Tools
mcp_status
Verify authenticated MCP readiness without consuming word balance.
analyze_text
Full psychological communication analysis for one text.
analyze_text_bulk
Analyze up to 100 texts with the same feature settings.
analyze_sentiment
Compact sentiment label, score, and explanation.
generate_reply
Generate a reply or rewrite using IntenCheck analysis data.
Smoke Test
Unauthenticated MCP requests should return 401 Unauthorized.
curl -i -X POST https://intencheck.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
--data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'