← oblique.markets

INDIVIDUAL MCP TOOL

summarize_text

Summarize any text as bullet points, a paragraph, or a one-liner — deterministic (temperature 0) flash-model summarization sized for agent pipelines.

oblique.marketsnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.oblique.markets/mcp

No auth detected

Connect to this endpoint to inspect the live schema for summarize_text 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

oblique.markets

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.oblique-markets]
url = "https://api.oblique.markets/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "oblique-markets": {
      "type": "http",
      "url": "https://api.oblique.markets/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: oblique-markets
Remote MCP URL: https://api.oblique.markets/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": {
    "oblique-markets": {
      "url": "https://api.oblique.markets/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "oblique-markets": {
      "type": "http",
      "url": "https://api.oblique.markets/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "oblique-markets",
  "transport": "streamable-http",
  "url": "https://api.oblique.markets/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • server_time — Current server time as ISO 8601 plus Unix epoch, returned only after settlement — the smallest end-to-end probe of the x402 payment path.
  • echo — Echo the request query parameters back with a timestamp — an x402 client diagnostic that exercises the payment headers, not just the HTTP client.
  • web_extract — Extract structured JSON from a web page: return URL, title, meta description, cleaned text, extraction timestamp, and payment status for agent workflows.
  • sentiment — Sentiment analysis of a supplied block of text, or of current coverage of a named topic.
  • company_research — Company research brief with cited sources, business profile, competitors, market signals, and risks.
  • answer_with_sources — Answer a research question with cited web sources and a concise evidence packet.
  • crypto_price — Current USD price for one token symbol from live market data, with source attribution.
  • bazaar_pulse — Full x402 Bazaar market pulse for the latest completed daily snapshot: catalogue totals, top services by call volume, new listings and networks.