streamable-httpupdated 11d ago
Public listing metadata for the hosted Signal Desk by LarryBuildsAI remote MCP server.
What can you do with Signal Desk by LarryBuildsAI?
Signal Desk by LarryBuildsAI MCP Server
Public listing metadata for the hosted Signal Desk by LarryBuildsAI remote MCP server.
This repository is intentionally metadata-only. The production MCP server is hosted remotely by LarryBuildsAI; private application source code, credentials, payment keys, and operator materials are not published here.
Server
- Product: Signal Desk by LarryBuildsAI
- Purpose: buyer-side spend-routing preflights before larger paid agent tool calls
- Remote MCP endpoint:
https://proofbeforepay.vercel.app/revenue/mcp - Product page:
https://proofbeforepay.vercel.app/revenue - Server card:
https://proofbeforepay.vercel.app/.well-known/signal-desk-server-card.json
Install / connect
Signal Desk is a remote Streamable HTTP MCP server. Use this endpoint in an MCP client that supports remote HTTP MCP servers:
{
"mcpServers": {
"signal-desk": {
"url": "https://proofbeforepay.vercel.app/revenue/mcp"
}
}
}
Public initialize and tools/list calls are available for discovery. Protected paid tool execution may require product-specific authorization and/or x402 payment flow.
Buy through PayanAgent
PayanAgent validates buyer input, settles USDC, and returns the selected Signal Desk result automatically:
- Agent spend route quote — $0.03
- Public website lead brief — $0.03
- DeFi token risk snapshot — $0.01
- Agent tool market comparison — $0.03
Outputs are bounded planning and public-data evidence. Signal Desk does not execute purchases, trades, outreach, or wallet actions.
Metadata validation
The repository workflow parses server.json and mcp-registry.json and checks their required product, endpoint, repository-purpose, and registry fields. That structural check does not prove hosted runtime health; public endpoints must be read back separately before release claims or listing updates.
Claim boundaries
- This repo is public metadata for a hosted remote MCP server, not a claim that private production source code is open source.
- Directory listings are discovery evidence only, not endorsement, certification, ranking, or security approval.
License
Commercial hosted service metadata. All rights reserved unless a separate written license applies.
Install
Add Signal Desk by LarryBuildsAI to your client. Pick the one you use.
claude mcp add --transport http signal-desk-by-larrybuildsai https://proofbeforepay.vercel.app/revenue/mcpcodex mcp add signal-desk-by-larrybuildsai --url https://proofbeforepay.vercel.app/revenue/mcp{
"mcpServers": {
"signal-desk-by-larrybuildsai": {
"url": "https://proofbeforepay.vercel.app/revenue/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"signal-desk-by-larrybuildsai": {
"type": "http",
"url": "https://proofbeforepay.vercel.app/revenue/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"signal-desk-by-larrybuildsai": {
"url": "https://proofbeforepay.vercel.app/revenue/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"signal-desk-by-larrybuildsai": {
"serverUrl": "https://proofbeforepay.vercel.app/revenue/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.3Latest | Jul 14, 2026 |
| 0.1.2 | May 25, 2026 |
| 0.1.1 | May 21, 2026 |
| 0.1.0 | May 21, 2026 |