senso
Official Model Context Protocol server for the Senso API, published by Senso (GitHub org AI-Template-SDK). Lets Claude Desktop (and other MCP clients) add raw content, search, and generate against a Senso knowledge base. Configured in claude_desktop_config.json.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
add_raw_content— Add raw text content (title, summary, text) to the knowledge base.search_content— Semantic search of the knowledge base; returns an AI answer plus source chunks.generate_content— Generate content from instructions and existing knowledge; optionally save it.create_prompt— Create a prompt (GEO question) to track.list_prompts— List existing prompts.update_prompt— Update an existing prompt.create_template— Create a content template / content type.list_templates— List content templates / content types.update_template— Update a content template.generate_with_prompt— Generate content using a stored prompt.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.