Content Tools
ioconnex.dev
Converts and extracts content from PDFs, images, spreadsheets, and web pages, including PDF-to-Markdown, OCR, CSV/XLSX parsing, URL text extraction, and price checking.
ENDPOINT 1
https://convert.ioconnex.dev/mcp
MCP server metadata
- Name
- doc-convert-mcp
- Version
- 4.0.5
Document conversion tools. pdf_to_markdown: PDF bytes (base64) -> Markdown, one section per page. ocr_image: image bytes (base64) -> recognized text. parse_spreadsheet: CSV/XLSX bytes (base64) + filename -> Markdown tables. url_to_clean_text: fetch a public http(s) URL -> main text content.
Known tools 4
pdf_to_markdownConvert a PDF (base64-encoded bytes) to Markdown, one section per page.
Inferred read-onlyparse_spreadsheetParse a CSV or XLSX file (base64-encoded bytes) into Markdown tables.
Inferred read-onlyurl_to_clean_textFetch a public http(s) URL and return its main text content as plain text.
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.doc-convert-mcp]
url = "https://convert.ioconnex.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doc-convert-mcp": {
"type": "http",
"url": "https://convert.ioconnex.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doc-convert-mcp
Remote MCP URL: https://convert.ioconnex.dev/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": {
"doc-convert-mcp": {
"url": "https://convert.ioconnex.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doc-convert-mcp": {
"type": "http",
"url": "https://convert.ioconnex.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doc-convert-mcp",
"transport": "streamable-http",
"url": "https://convert.ioconnex.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://prices.ioconnex.dev/mcp
MCP server metadata
- Name
- price-tracker-mcp
- Version
- 4.0.5
Price tracking tools. check_price: product page URL -> {price, currency, title, availability, source}. make_affiliate_link: product URL + tag -> URL with affiliate tracking applied. Private/loopback hosts are rejected.
Known tools 2
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.price-tracker-mcp]
url = "https://prices.ioconnex.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"price-tracker-mcp": {
"type": "http",
"url": "https://prices.ioconnex.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: price-tracker-mcp
Remote MCP URL: https://prices.ioconnex.dev/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": {
"price-tracker-mcp": {
"url": "https://prices.ioconnex.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"price-tracker-mcp": {
"type": "http",
"url": "https://prices.ioconnex.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "price-tracker-mcp",
"transport": "streamable-http",
"url": "https://prices.ioconnex.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://search.ioconnex.dev/mcp
MCP server metadata
- Name
- search-mcp
- Version
- 4.0.5
Web search and fetch tools. search_web: query string + result count -> list of {title, url, snippet}. fetch_url: fetch a public http(s) URL -> main text content. Private/loopback hosts are rejected.
Known tools 2
fetch_urlFetch a public http(s) URL and return its main text content as plain text.
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.search-mcp]
url = "https://search.ioconnex.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"search-mcp": {
"type": "http",
"url": "https://search.ioconnex.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: search-mcp
Remote MCP URL: https://search.ioconnex.dev/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": {
"search-mcp": {
"url": "https://search.ioconnex.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"search-mcp": {
"type": "http",
"url": "https://search.ioconnex.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "search-mcp",
"transport": "streamable-http",
"url": "https://search.ioconnex.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.