ilystics-mcp

ilystics-mcp

This repository is the public manifest for the hosted Vibe Springs MCP server. The server runs at https://vibesprings.net/mcp โ€” there is nothing to install or build. Connect directly over Streamable HTTP. ๐ŸŒ Endpoint: https://vibesprings.net/mcp (Streamable HTTP, stateless) ๐Ÿงฐ 22 tools โ€” 2 free, 20 pay-per-call ๐Ÿ’ธ Payment: x402 on Base mainnet (USDC), signed per call by the agent's own wallet ๐Ÿ“–

Category
Visit Server

README

Vibe Springs โ€” Hosted MCP Server

Pay-per-use data & intelligence tools for AI agents. No API keys, no accounts โ€” paid tools settle per call in USDC on Base via the x402 protocol.

This repository is the public manifest for the hosted Vibe Springs MCP server. The server runs at https://vibesprings.net/mcp โ€” there is nothing to install or build. Connect directly over Streamable HTTP.


Connect

Claude Code

claude mcp add -t http vibesprings https://vibesprings.net/mcp

Claude Desktop / Cursor (config)

{
  "mcpServers": {
    "vibesprings": {
      "type": "http",
      "url": "https://vibesprings.net/mcp"
    }
  }
}

No credentials are required to connect. Free tools work immediately; paid tools return their payment requirements on the first call (see Paying below).


Tools

Free

Tool Description
health Service health, upstream probes, facilitator reachability, 7-day reliability.
search_services Search the full catalog of 49 x402 endpoints by keyword, category, or max price.

Weather & environment

Tool Price Description
get_forecast $0.002 Up to 16-day weather forecast for any location.
get_weather_history $0.002 Historical daily weather worldwide.
get_delay_risk $0.05 Outdoor delay/disruption risk score (weather + soil trafficability), US.
get_delay_risk_demo $0.002 Demo of delay-risk on 5 fixed US locations.

Finance

Tool Price Description
get_exchange_rates $0.002 Live & historical fiat FX rates (30+ currencies).
convert_currency $0.002 Convert any amount between 30+ fiat currencies.
get_crypto_prices $0.005 Live crypto prices, market caps, volume, changes.
get_crypto_news $0.008 Aggregated crypto news with sentiment and clustering.
get_defi_yields $0.03 Cross-protocol DeFi yield scanner (100+ protocols).

On-chain

Tool Price Description
get_gas_prices $0.001 Gas oracle for Base, Ethereum, Arbitrum, Optimism.
get_wallet_intel $0.02 Wallet profiling: balances, tokens, activity, behavior tags.
get_risk_report $0.03 On-chain due-diligence report (6+ risk signals).

Composite (one call, many sources)

Tool Price Description
get_market_pulse $0.02 Crypto + FX + gas + DeFi yields in a single call.
get_travel_brief $0.02 Forecast + air quality + holidays + FX for any city.

Standing loops (monitoring)

Tool Price Description
register_watch $0.01 Register a price/gas/weather/wallet/endpoint watch condition.
check_watch $0.008 Check one watch condition against your baseline.
check_watches_batch $0.02 Check up to 5 watches in one call.

Merchant intelligence (for x402 sellers)

Tool Price Description
get_bazaar_category_trends $0.05 Historical metrics & pricing momentum for a Bazaar tag.
get_bazaar_competitors $0.10 Closest competitor listings by tag/semantic overlap + your rank.
audit_agent_visibility $0.20 AEO/GEO auditor for any x402 endpoint's agent-discoverability.

Live, always-accurate tool metadata: https://vibesprings.net/.well-known/mcp/server-card.json


Paying (x402 over MCP)

Paid tools implement a two-step handshake so the agent stays in control of its wallet:

  1. Call the tool without payment_signature โ†’ the response is a structured payment_required object with the exact x402 requirements (price, payTo, asset, nonce).
  2. Sign the exact-scheme EIP-712 USDC authorization with your wallet (@x402/fetch for TS, x402 for Python handle this), then call the tool again with the base64 token in the payment_signature argument.

Cheapest way to test the full flow end-to-end: get_delay_risk_demo ($0.002).

  • Network: Base mainnet (eip155:8453)
  • Asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)

Links

Provider: Ilyistics LLC ยท Contact: support@vibesprings.net

License

Documentation in this repository is released under the MIT License. The Vibe Springs service and its implementation are proprietary and not included here.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured