← Registry

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.

3 endpoints8 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://convert.ioconnex.dev/mcp

No auth detected

MCP server metadata

Name
doc-convert-mcp
Version
4.0.5
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

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_markdown

Convert a PDF (base64-encoded bytes) to Markdown, one section per page.

Inferred read-only
ocr_image

Run OCR on an image (base64-encoded bytes) and return recognized text.

Inferred read-only
parse_spreadsheet

Parse a CSV or XLSX file (base64-encoded bytes) into Markdown tables.

Inferred read-only
url_to_clean_text

Fetch a public http(s) URL and return its main text content as plain text.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
price-tracker-mcp
Version
4.0.5
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

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

check_price

Check the current price of a product page.

Inferred read-only
make_affiliate_link

Build an affiliate tracking link for a product URL.

Inferred read-only

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

No auth detected

MCP server metadata

Name
search-mcp
Version
4.0.5
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

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

search_web

Search the web and return titles, URLs, and snippets.

Inferred read-only
fetch_url

Fetch a public http(s) URL and return its main text content as plain text.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.