developers / mcp
Remote MCP over Streamable HTTP
Connect an MCP client to https://www.txt-fil.es/mcp and send a scoped txt bearer key in the Authorization header. The endpoint uses the standard JSON-RPC initialization and tool-list flow over Streamable HTTP. Its public registry-shaped manifest is available at /.well-known/mcp.json, with a server card at /mcp/server-card.
Start with list-files or list-skills. Read only resources relevant to the request. Use trash_note for ordinary removal; permanent purge applies only to an already-trashed note and requires explicit confirmation. MCP tool listings describe their inputs at runtime, so clients should not infer capabilities from marketing text.
{
"mcpServers": {
"txt": {
"url": "https://www.txt-fil.es/mcp",
"headers": { "Authorization": "Bearer txt_…" }
}
}
}