Jina AI
$0.01/call
100+ calls
Web search, page reading, text segmentation, and fact grounding
Connect Jina AI tools
Cursor
Claude Code
Claude Desktop
Windsurf
VS Code
Cline
Roo Code
ChatGPT
Gemini CLI
Amazon Q
Goose
Augment
n8n
API / cURL
AI SDK
TypeScript SDK
{
"mcpServers": {
"jina": {
"url": "https://jina.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Or connect all tools
Access all tools (including Jina AI) through a single MCP connection.
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Agent Discovery
Machine-readable catalogs for LLM agents and automation.
curl https://xpay.tools/llms.txt
curl https://xpay.tools/agents.txt
curl https://xpay.tools/skill.md
Pricing
Pay per tool call. No subscriptions.
20 Jina AI tools availableAbout Jina AI
Jina AI on xpay — Web search, reading, and visual capture for AI agents, billed per call
Jina AI provides a suite of web intelligence tools: real-time search, page extraction to markdown, screenshot capture, datetime detection, and academic paper indexing. Developers reach for Jina when they need their AI agents to browse the web, ground responses in current information, or analyze page content without building a custom scraper. On xpay, you get all 20 Jina AI tools as MCP-callable functions with transparent per-call pricing—no Jina AI account signup, no monthly bill.
What's available
search_web— Real-time web search across the entire internet. Returns results with titles, snippets, and URLs. Ideal for agents that need to find current articles, websites, or answer factual questions.read_url— Extract and convert web page content to clean markdown. Perfect for analyzing blog posts, documentation, news articles, or any text-heavy page without the noise of ads or navigation.capture_screenshot_url— Render and screenshot web pages as base64 JPEG. Use when you need visual inspection, want to show users what a page looks like, or analyze layout and design.search_arxivandsearch_ssrn— Search academic repositories for research papers and preprints. Essential for agents working on scientific research, literature reviews, or technical deep dives.search_images— Find images across the web, similar to Google Images. Useful for visual search tasks, finding diagrams, logos, or illustrations.expand_query— Rewrite and expand search queries for broader or more diverse results. Helps agents refine searches before executing them.guess_datetime_url— Detect when a web page was last updated or published by examining HTTP headers, metadata, and visible dates. Critical for agents that need to verify content freshness.parallel_search_web— Run multiple web searches in parallel for comprehensive topic coverage. Great for research-heavy tasks that need diverse perspectives.primer— Get contextual session information: current time, user location, network environment. Use when your agent needs to provide localized or time-aware responses.
When Jina AI is the right tool
- Your agent needs real-time web search to answer current-events questions or find recent articles.
- You want to extract and analyze page content without building a scraper or managing a headless browser.
- You need visual inspection of web pages—screenshots for debugging, design analysis, or user-facing reports.
- You're building a research assistant that searches academic papers on arXiv or SSRN.
- You want image search capabilities integrated into your agent's workflow.
- You need to verify content freshness by detecting publication or update dates.
- You're working on multi-query research and want parallel search execution.
When to choose something else
- If you only need simple keyword search within a single domain or database, a lightweight search API (like Algolia or Elasticsearch) may be more cost-effective.
- If your use case requires persistent web scraping or scheduled monitoring of pages, a dedicated scraping service (like Apify or ScrapingBee) might be better.
- If you need SEO analysis, backlink data, or competitive intelligence, tools like Semrush or Ahrefs are purpose-built for that.
- If you're working offline or in an environment without internet access, web search and page reading won't help.
- If you need real-time stock prices, weather, or other specialized feeds, a dedicated API for that domain is often more reliable than general web search.
Pricing snapshot
| Tool | Price per call |
|---|---|
search_web | $0.01 |
read_url | $0.01 |
capture_screenshot_url | $0.01 |
search_arxiv | $0.01 |
search_images | $0.01 |
expand_query | $0.01 |
guess_datetime_url | $0.01 |
parallel_search_web | $0.01 |
All 20 Jina AI tools on xpay are priced at $0.01 per call. No subscription, no minimum spend. You pay only for what you use.
Quickstart
For Claude Code (recommended if using Jina AI alone):
claude mcp add --transport http jina "https://jina.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
For Cursor, Windsurf, Cline, or VS Code (Copilot):
Add this entry to your mcp.json configuration file:
{
"mcpServers": {
"jina": {
"url": "https://jina.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
}
}
}
Once connected, your agent can call tools by their native names—for example, ask your agent to "use search_web to find the latest AI news" or "use read_url to extract the content from this article." The agent will invoke the tool directly and receive the result.
Get your xpay API key: Sign up at https://xpay.tools with email or Google, then copy your key from the dashboard.
Why route Jina AI through xpay?
- No Jina AI account signup. xpay holds the upstream provider credentials. You authenticate once with your xpay key and get instant access to all Jina AI tools.
- Transparent per-call pricing. Every tool costs $0.01 per call. No hidden fees, no subscription lock-in. Pay only for what you use.
- MCP-native integration. Tools are exposed as standard MCP functions. Your agent calls them by name, just like any other MCP tool—no custom API wrappers or SDK dependencies.
- Unified billing across providers. If you use multiple providers (Tavily, Apollo, Perplexity, etc.), xpay consolidates billing into one invoice and one dashboard.
- Instant activation. Start using Jina AI tools within seconds of signing up. No approval process, no waiting for provider onboarding.
Frequently Asked Questions
Jina AI is a platform that provides web intelligence tools for AI agents: real-time web search, page reading and extraction to markdown, screenshot capture, academic paper search (arXiv, SSRN), image search, and content freshness detection. It's designed to help AI agents browse the web, ground responses in current information, and analyze page content without building custom scrapers.
All 20 Jina AI tools on xpay are priced at $0.01 per call. There is no subscription, no minimum spend, and no setup fee. You pay only for the calls you make. For example, if you run 100 web searches and read 50 pages in a month, your bill is $1.50.
No. xpay holds the upstream Jina AI credentials on your behalf. You only need an xpay account (sign up at https://xpay.tools with email or Google). Once authenticated with your xpay API key, you get instant access to all Jina AI tools—no separate Jina AI signup required.
Run this command in your terminal: `claude mcp add --transport http jina "https://jina.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` (replace YOUR_XPAY_KEY with your key from https://xpay.tools). For Cursor, Windsurf, or VS Code, add the same URL to your `mcp.json` configuration file under the `mcpServers` section.
Use Jina AI when your agent needs to search the web for current information, extract and analyze page content, take screenshots of websites, search academic papers, find images, or detect when a page was last updated. It's ideal for research assistants, fact-checking agents, content analysis workflows, and any task that requires real-time web intelligence.
For web search, consider Tavily (optimized for AI agents) or Perplexity (AI-powered search). For web scraping and monitoring, try Apify or ScrapingBee. For SEO and competitive intelligence, use Semrush or Ahrefs. For academic research, Google Scholar or direct repository APIs may work. The best choice depends on your specific use case—Jina AI excels at general-purpose web intelligence for AI agents.
Yes. You can connect the unified xpay MCP endpoint (`https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`) to access all xpay providers (Jina AI, Tavily, Apollo, Perplexity, and others) through a single connection. Use the `xpay_discover` and `xpay_run` meta-tools to find and invoke tools from any provider.
Check the xpay documentation at https://xpay.tools for setup guides and troubleshooting. For Jina AI-specific questions about tool capabilities, refer to the Jina AI official documentation. If you encounter issues with the MCP integration, contact xpay support through the dashboard.

