Service catalog

ServiceUse
OpenNewsNews search, categories, live data, company information, and supported research tools
OpenTwitterProfiles, posts, search, relationship data, monitoring, and live data
OpenTradeSupported trading and account tools after a trading connection is configured
app.newsliquid.com/mcpUI EXAMPLE
NewsLiquid MCP service catalog with OpenNews, OpenTwitter, and OpenTrade
MCP catalog

This is the public catalog at capture time; tokens, account allowance, and usage are excluded. Read the current catalog for services and installation commands.

Create an access token

  1. 01

    Open MCP

    Sign in and find the Access token card.

  2. 02

    Create it when absent

    Complete the human verification, then select Create access token. The account uses the token shown in this card; there is no name or permission form.

  3. 03

    Copy it

    Use Copy and paste it directly into the MCP client or local environment. Do not put it in chat, screenshots, source control, or documentation.

  4. 04

    Rotate only when needed

    Refresh invalidates the previous token immediately. Update every client that used it before testing again.

Install a service

Use the Skills CLI command shown on the selected service page when the client supports Skills. A native MCP client also needs the server command and environment variable.

CheckExpected result
Node.jsA supported Node and npm/npx are available for Skills CLI
Skill packageInstallation finishes without an unresolved package error
MCP configurationThe server command and environment variable are present
TokenStored in the client environment, not pasted into a prompt
RestartThe client reloads and lists the expected tools
ItemValue
Official repositoryhttps://github.com/6551Team/opennews-mcp
Prepare locallyClone the repository, install uv, then run uv --directory <OPENNEWS_PROJECT_PATH> sync
Commandclaude mcp add opennews -e OPENNEWS_TOKEN=<your-token> -- uv --directory <OPENNEWS_PROJECT_PATH> run opennews-mcp
OPENNEWS_PROJECT_PATHAbsolute local path to the cloned official OpenNews repository
OPENNEWS_TOKENAccess token from the MCP page; paste it directly into the local configuration or environment
Expected resultopennews appears in the MCP server list after the client reloads

Run the first call

  1. 01

    List the tools

    Confirm that the OpenNews tools are visible.

  2. 02

    Run one read-only call

    Call get_latest_news with {"limit": 1}.

  3. 03

    Read the result

    A successful response has success = true, a data array, count, and total. An empty array is still a valid connected response.

  4. 04

    Check PTS usage

    Return to MCP usage and match the call in Usage detail.

ItemExpected value
Tool and argumentsget_latest_news; limit = 1
Successful resultsuccess = true; data is an array; count matches the returned item count
Expected chargeNews search: 1 PTS per 20 results; a partial group is billed as 20
401 responseCheck the token and reload the client before retrying

Configure OpenTrade

OpenTrade provides account and trading tools to the built-in Agent and supported external clients. It requires a supported exchange or wallet connection. Create the connection in Settings / Trading, verify it with read-only account data first, and review every real order before submitting it.

Usage and PTS

Open Membership and PTS for every published charge rule. Some tools charge per call; others charge by result count, characters, rows, events, or WSS messages.

FieldMeaning
Recurring PTSAllowance supplied by the active membership period
Purchased PTSOne-time balance bought separately
UsedRecorded charges for calls and supported messages
RemainingBalance still available
Usage detailTool, time, plan class, and charged amount

Connection troubleshooting

SymptomCheck
401 or unauthorizedToken value, status, environment variable, and client restart
Tool missingCorrect service package and MCP configuration
No resultParameters, entity spelling, time range, and source availability
Unexpected PTS useUsage detail and the rule for result count or content size
OpenTrade rejectedTrading connection, permission, provider, and account state