Content Tools
kitforai.com
Converts web pages to Markdown, manages knowledge bases of converted documents, and enables semantic search within them.
ENDPOINT 1
https://kitforai.com/api/mcp
MCP server metadata
- Name
- kit-for-ai
- Version
- 1.0.0
Known tools 13
convert_urlFetch a document or web page by URL and convert it to clean Markdown (or structured JSON).
Inferred read-onlylist_recent_conversionsList the user's most recent conversions (id, file name, status).
Inferred read-onlylist_knowledge_basesList the user's knowledge bases (named knowledge bases of converted documents), with each knowledge base's id, name, kind, and document count.
Inferred read-onlyread_knowledge_baseRead every document in a knowledge base as one combined Markdown document — use this to give the model access to all docs in a category.
Inferred read-onlysearch_knowledge_baseSemantically search a knowledge base and get back the most relevant chunks (ranked by score) instead of the whole knowledge base — use this for large knowledge bases or targeted questions.
Inferred read-onlywrite_knowledge_baseWrite content back into a knowledge base as a versioned document — use this to save notes, memories, or generated content the user can review and revert.
Potential side effectsappend_knowledge_baseAppend content to a knowledge base — adds a new versioned document with the given content (searchable like any other doc).
Inferred read-onlyedit_knowledge_baseCorrect an existing document in a knowledge base by replacing a specific piece of text — use this for targeted fixes instead of rewriting the whole document.
Inferred read-onlyrememberSave a fact, preference, or piece of context to the user's persistent memory.
Inferred read-onlyremember_conversationExtract and store the durable facts from a conversation transcript in ONE call — preferences, decisions, stable facts (transient chit-chat is dropped, near-duplicates skipped).
Inferred read-onlymemory_profileGet a compact synthesized profile of the user (or one end user) from their stored memories — who they are, preferences, projects, decisions in force.
Inferred read-onlyrecallSearch the user's persistent memory for relevant facts/context before answering.
Inferred read-onlycrawlCrawl a website (same-domain, bounded) and build a searchable knowledge base from it — then your agent can search_knowledge_base it.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kit-for-ai]
url = "https://kitforai.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kit-for-ai": {
"type": "http",
"url": "https://kitforai.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kit-for-ai
Remote MCP URL: https://kitforai.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kit-for-ai": {
"url": "https://kitforai.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kit-for-ai": {
"type": "http",
"url": "https://kitforai.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kit-for-ai",
"transport": "streamable-http",
"url": "https://kitforai.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kitforai.com was fetched 2026-09-01T20:02:18.047Z.
kitforai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.