metatx
...
@open-mcp/metatx
Installing
First set the environment variables as shell variables:
Then use the OpenMCP config CLI to add the server to your MCP client:
Claude desktop
Cursor
Run this from the root of your project directory or, to add to all cursor projects, run it from your home directory ~
.
Other
Manually
If you don't want to use the helper above, add the following to your MCP client config manually:
Customizing the base URL
Set the environment variable OPEN_MCP_BASE_URL
to override each tool's base URL. This is useful if your OpenAPI spec defines a relative server URL.
Other environment variables
OAUTH2_TOKEN
Inspector
Needs access to port 3000 for running a proxy server, will fail if http://localhost:3000 is already busy.
- Open http://localhost:5173
- Transport type:
STDIO
- Command:
npx
- Arguments:
-y @open-mcp/metatx
- Click
Environment Variables
to add - Click
Connect
It should say MCP Server running on stdio in red.
- Click
List Tools
Tools
expandSchema
Expand the input schema for a tool before calling the tool
Input schema
blockchains_route_blockchains_get
Environment variables
Input schema
list_registered_contracts_route_contracts_get
Environment variables
OAUTH2_TOKEN
Input schema
register_contract_route_contracts_post
Environment variables
OAUTH2_TOKEN
Input schema
get_registered_contract_route_contracts_contract_id_get
Environment variables
OAUTH2_TOKEN
Input schema
update_contract_route_contracts_contract_id_put
Environment variables
OAUTH2_TOKEN
Input schema
delete_contract_route_contracts_contract_id_delete
Environment variables
OAUTH2_TOKEN
Input schema
list_metatx_requesters_route_requesters_get
Environment variables
OAUTH2_TOKEN
Input schema
list_metatx_requester_holders_route_contracts_contract_id_holder
Environment variables
OAUTH2_TOKEN
Input schema
add_metatx_requester_holder_route_contracts_contract_id_holders_
Environment variables
OAUTH2_TOKEN
Input schema
delete_metatx_requester_holder_route_contracts_contract_id_holde
Environment variables
OAUTH2_TOKEN
Input schema
call_request_types_route_requests_types_get
Environment variables
Input schema
call_request_types_route_contracts_types_get
Environment variables
Input schema
list_requests_route_requests_get
Environment variables
Input schema
create_requests_requests_post
Environment variables
OAUTH2_TOKEN
Input schema
delete_requests_requests_delete
Environment variables
OAUTH2_TOKEN
Input schema
check_requests_route_requests_check_get
Environment variables
OAUTH2_TOKEN
Input schema
get_request_requests_request_id_get
Environment variables
OAUTH2_TOKEN
Input schema
complete_call_request_route_requests_request_id_complete_post
Environment variables
Input schema