Deterministic semantic word encoding and valence/sentiment analysis using 145K+ word lexicon. Provides word-to-code mapping, semantic similarity, synonym/antonym lookup with zero runtime NLP dependencies.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y oyemi-mcpAgent-CoreX intelligently routes which tools from Osseni94/oyemi-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"oyemi-mcp": {
"command": "npx",
"args": [
"-y",
"oyemi-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add oyemi-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Osseni94/oyemi-mcp directly without routing
npx -y oyemi-mcpNew to Agent-CoreX? View setup guide →