← letsfg.co
INDIVIDUAL MCP TOOL
get_agent_profile
View your agent profile — payment status and usage stats.
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.letsfg-co]
url = "https://letsfg.co/developers/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"letsfg-co": {
"type": "http",
"url": "https://letsfg.co/developers/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: letsfg-co
Remote MCP URL: https://letsfg.co/developers/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": {
"letsfg-co": {
"url": "https://letsfg.co/developers/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"letsfg-co": {
"type": "http",
"url": "https://letsfg.co/developers/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "letsfg-co",
"transport": "streamable-http",
"url": "https://letsfg.co/developers/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_flights— Search for flights between any two cities/airports worldwide.search_hotels— Search for hotels in a city or near coordinates.resolve_location— Convert a city or airport name to IATA codes for use in flight search.unlock_flight_offer— Confirm live price and reserve a flight offer for 30 minutes.book_flight— Book an unlocked flight.setup_payment— Attach a payment card.link_github— Optional, cosmetic only — link your GitHub account to be credited as a supporter.