← techforagi.com
INDIVIDUAL MCP TOOL
get_payment_future_contract
Get the future payment contract specification describing the planned x402/USDC payment flow.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.techforagi-com]
url = "https://api.techforagi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"techforagi-com": {
"type": "http",
"url": "https://api.techforagi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: techforagi-com
Remote MCP URL: https://api.techforagi.com/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": {
"techforagi-com": {
"url": "https://api.techforagi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"techforagi-com": {
"type": "http",
"url": "https://api.techforagi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "techforagi-com",
"transport": "streamable-http",
"url": "https://api.techforagi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_youtube_captions— [DEPRECATED] No longer available.get_youtube_video_formats— [DEPRECATED] No longer available.extract_url_readability— Fetch a public URL and extract clean article text, title, excerpt, byline, word count, links, and metadata using Mozilla Readability.extract_document_basic— Extract structured fields from plain text using deterministic regex rules.audit_web_metadata— Phase 3.6: Fetch public HTML and audit metadata (title, description, canonical, OpenGraph, Twitter card, JSON-LD, robots meta, counts, quality score).check_robots_policy— Phase 3.6: Fetch /robots.txt for the URL origin and evaluate if the path is allowed for a user-agent (default TechForAGI-Agent).parse_captions— Phase 3.6: Parse SRT, WebVTT, or plain transcript text into segments (no network, no YouTube).get_services— List all available TechForAGI services with pricing and metadata.