← Registry

Content Tools

vff.ai

This server provides tools to search, fetch, and list published articles and topics, as well as retrieve site metadata.

1 endpoint24 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://vff.ai/api/mcp

No auth detected

MCP server metadata

Name
VFF - The signal in the noise
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 24

search_articles

Search published articles by keyword.

Inferred read-only
get_article

Fetch a single published article by slug.

Inferred read-only
list_articles

List the latest published articles in reverse-chronological order — the same feed as the public /latest page.

Inferred read-only
list_topics

List all available topic categories with their slugs and RSS feed URLs.

Inferred read-only
get_site_info

Returns tenant identity and endpoint discovery metadata: siteName, description, siteUrl, endpoint URLs (mcp, openapi, llms, manifest, feed), plus aggregate counts of topics and active sources.

Inferred read-only
get_latest_articles

Alias for list_articles.

Inferred read-only
get_topic

Fetch a single topic by slug.

Inferred read-only
get_sources

List active feed sources for this tenant.

Inferred read-only
get_related_content

Find articles related to a given article slug.

Inferred read-only
get_citation

Return a citation-ready block for an article including APA-formatted string, key quote, and publication metadata.

Inferred read-only
get_video

Fetch a single published video by internal database ID or external provider ID (e.g.

Inferred read-only
list_voice_profiles

List the active author voice profiles for this tenant.

Inferred read-only
publish_social_post

Publish a workspace's APPROVED social posts to all its connected platforms in one call (one-to-many).

Potential side effects
create_article

Create a new article.

Potential side effects
update_article

Update fields on an existing article by slug.

Potential side effects
publish_article

Immediately publish an article by slug.

Potential side effects
schedule_article

Schedule an article to publish at a future datetime.

Potential side effects
classify_article

Assign topic categories to an article.

Inferred read-only
generate_summary

AI-generate editorial summary fields for an article (TL;DR bullets, why it matters, SEO title/description, key implications, what to watch) and save them to the article.

Inferred read-only
generate_editorial

AI-generate deeper editorial analysis fields (business relevance, key implications, what to watch) and save them to the article.

Inferred read-only
post_to_linkedin

Post content to LinkedIn using a connected social workspace.

Potential side effects
extract_key_claims

AI-powered extraction of factual claims and their attributed sources from an article body.

Inferred read-only
trigger_ingest

Kick off feed ingest for all active sources, or a specific source by id.

Inferred read-only
send_newsletter

Trigger send for the next due scheduled newsletter edition (scheduled_at <= now, status = scheduled).

Potential side effects

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.vff---the-signal-in-the-noise]
url = "https://vff.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vff---the-signal-in-the-noise": {
      "type": "http",
      "url": "https://vff.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vff---the-signal-in-the-noise
Remote MCP URL: https://vff.ai/api/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": {
    "vff---the-signal-in-the-noise": {
      "url": "https://vff.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vff---the-signal-in-the-noise": {
      "type": "http",
      "url": "https://vff.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vff---the-signal-in-the-noise",
  "transport": "streamable-http",
  "url": "https://vff.ai/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.