INDIVIDUAL MCP TOOL
capture_substance
Save a piece of the user's first-party substance — a story, an opinion, a data point, or a framework — into their ContentIn content bank, filed under one of their content pillars.
LIVE ENDPOINT
https://mcp.contentin.io/mcp-server
Connect to this endpoint to inspect the live schema for capture_substance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.contentin]
url = "https://mcp.contentin.io/mcp-server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"contentin": {
"type": "http",
"url": "https://mcp.contentin.io/mcp-server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: contentin
Remote MCP URL: https://mcp.contentin.io/mcp-server
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": {
"contentin": {
"url": "https://mcp.contentin.io/mcp-server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"contentin": {
"type": "http",
"url": "https://mcp.contentin.io/mcp-server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "contentin",
"transport": "streamable-http",
"url": "https://mcp.contentin.io/mcp-server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_posts— List the posts on this ContentIn profile — drafts, scheduled, published and ideas.get_post_analytics— Get LinkedIn performance for one published ContentIn post: impressions, members reached, likes, comments, shares, and a derived engagement rate.write_post_in_my_voice— THE MAIN TOOL.repurpose_post— Rewrite an existing post from a new angle, in the user's voice.generate_ideas— Generate fresh LinkedIn post ideas for a COLD request — the user wants options but has NOT given you material of their own ('what should I post about this week?schedule_post— Queue a post for automatic publishing to LinkedIn at a given time.publish_post— Publish a post to the user's LinkedIn immediately.