Skip to main content
Glama
Vybe-Finance

fetch-url-mcp

by Vybe-Finance

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address for the HTTP server. Defaults to 0.0.0.0.0.0.0.0
PORTNoListen port for the HTTP server. Defaults to 8080.8080
VYBE_ORIGINNoCollect API origin. Defaults to https://www.vybe.finance.https://www.vybe.finance
ALLOW_PRIVATENoSet to '1' to allow fetching localhost/private IPs. Should never be used in production.
VYBE_USERNAMENoYour Collect @username without '@'. Required only for Path C (SKU wrapper).
VYBE_OFFERING_IDNoOffering id from the desk, e.g. svc_…. Required only for Path C (SKU wrapper).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_urlA

Fetch a public http(s) URL and return readable plain text (HTML stripped). Use for pages, docs, blog posts.

fetch_jsonA

Fetch a public http(s) URL that returns JSON and pretty-print it. Use for public APIs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinguished by output type and use case: one returns readable plain text, the other pretty-printed JSON. The names themselves signal the difference, so there is minimal risk of selecting the wrong tool.

Naming Consistency5/5

Both tool names follow the same verb_noun snake_case pattern: fetch_url and fetch_json. The naming is predictable, concise, and exactly matches each tool's function.

Tool Count4/5

Two tools is slightly below the typical 3-15 range, but for the narrow purpose of fetching public URLs, the count is reasonable. Each tool earns its place, and adding more would likely inflate the surface unnecessarily.

Completeness4/5

The tool set covers the two most common URL-fetching needs: human-readable content and JSON APIs. It lacks support for binary content or raw HTML, but that appears beyond the server's stated scope, so the coverage is adequate with only minor gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues