com.organikpi/organikpi
com.organikpi/organikpiOrganiKPI MCP: search and fetch services, posts and tools as clean markdown (read-only).
Tools · 3
Full-text search across services, case studies, blog posts, and tools. Returns title, URL, excerpt, and a markdown_url for the full document.
Returns the full markdown content of any page on the site. Append .md to any permalink and pass it as `url`.
Returns all available consulting services with tagline, price range, and URL.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.organikpi/organikpi": {
"url": "https://organikpi.com/.well-known/mcp",
"transport": "streamable-http"
}
}
}